2015-10-22 20 views

回答

2

使用navigate行動:

<property as="xs:string" name="oxf.fr.detail.process.send-to-myservice.*.*"> 
    save 
    then send(uri="http://localhost:8080/myservice") 
    then success-message(message="Save Successful") 
    then navigate(uri="javascript:myFunction()") 
    recover error-message(message="Save Failed") 
</property> 
<property as="xs:string" name="oxf.fr.resource.*.*.en.buttons.send-to-myservice" value="Save"/> 
相關問題