Hi,
Can anyone help me with following issue:
I have following config in my properties-local.xml:
<property
as="xs:string"
name="oxf.fr.detail.process.send.*.*"
value='require-uploads
then validate-all
then save-draft
then send("oxf.fr.detail.send")
then navigate("http://localhost:8080/dataservice/jsp/ok_kvittering.jsp")
recover error-message(message = "Blanketten ")'/>
<property as="xs:anyURI" name="oxf.fr.detail.send.uri.*.*" value="http://localhost:62203/api/Values/"/>Everything works fine and my "ok_kvittering.jsp" page is also called without any problem.
My question is how do I send some parameters from the form to my "ok_kvittering.jsp" page when the user press the send button.
thanks in advance..
Regards
Balatharan