Hi Amit,
today we have contributed a protype of the new browsenavigation- and loopnavigation tag.
With the modifications we made, it is possible to customize the parameters the way you like.
The following two alternatives should give you a hint, how to add a additional parameter into the
browsenavigation tag
I’ll use your URL for explanation:
code:
http://localhost.localdomain/myproj/list.jsp?:pos=10&type=4
.
- 1. Anchors.
If you use anchors for navigation, then it is quite easy to add the parameter. The following
code snippet will show you how it might work:
code:
<bdm:browsenavigation module=“bdProp” document=“yourDocument” direction=“next”>
<a href="localhost.localdomain/myproj/list.jsp?type=4>next
</bdm:browsenavigation>
- 2. Input-Submit-Button
If you like to use submit buttons instead to navigate, then try the following proposal:
code:
//define a hidden field with your parameter you want supply
//by pressing the submit button, your parameter will be also transmitted
<bdm:browsenavigation module=“bdProp” document=“yourDocument” direction=“next” form=“browseForm”>
</bdm:browsenavigation>
I hope these suggestions will help you.
Bye
Thorsten
X-Application Version: 3.1.2, 3.1.1
Tamino Version : 3.1.1
Platform : NT, Win2k, Solaris, …
WebContainer : Tomcat 3.3
JDK Version : 1.3.1
#webMethods#API-Management#Tamino