Hi,
we have tested the “goto” with a modification on our Property example:
- 1. We added a document name to the query on the search.jsp page:
<xapp:action type="query" arg="${querySearch$}" form="form1"[B]document="notCurrent"[/B]></pre><BR><LI>2. Thereforw we had to modify the browse tag on the list.jsp page:<BR><pre class="ip-ubbcode-code-pre"><xapp:browse [B]document="notCurrent"[/B]></pre>, and<BR><LI>3. we added a small form containg a goto statement to the view.jsp page:<BR><pre class="ip-ubbcode-code-pre">
<form action="list.jsp" method="post" name="form1">
Start from:<input value="0" size="6" name=":goto(notCurrent)" type="text"/>
<input value="Go" type="submit"/>
</form>
With the modifications the :goto parameter works fine as expected.
If you like you can try it.
I suppose that your page with :goto parameter is submitted correctly, but while forwarding
the page, the parameters of the original request get lost.
Is it possible to you to check, that all parameters are forwarded corretly?
Bye
Thorsten
#Tamino#webMethods#API-Management