Use JSP Template – select if the JSP element does not reference a WAR file.
JSP Template – select a JSP template using the Find Template window.
Input Parameters – enter the input parameter names as defined by the JSP code.
You must use a name–value pattern like this:
name1=value1&name2=value2&name3=value3
The name must be exactly the same as your JSP code’s input parameter’s name. For example, if the JSP page’s code is:
EPLogin:<input type ="text" name="epuser">
EPPswd:<input type="password" name="eppassword">
HostName:<input type="text" name="hostname">
AssetDN:<input type ="text" name="asset">
PAI URL:<input type="text" name="paiURL">
then the Input Parameters must be:
epuser=tester&eppassword=test123&hostname=drillbit2k&asset=a1=pubs,
dc=sybase,dc=com&paiURL=jdbc:sybase:Tds:sapphire:5000/pubs2