Problem using un-coded url parameters

X-Application Version: 3.1.1
Tamino Version : 3.1.1
Platform : NT, Win2k, Solaris, …
WebContainer : Tomcat 4.0.2
JDK Version : 1.3.1_01

There seems to be a problem with using un-coded parameters in my Tomcat 4 environment and I wonder if anyone else has the same problem.

The supplied Property example at “.\xapplication_311\examples\jsp\property” works fine with coded parameters set to true in web.xml. But if I set coded to false I always get error when I try to select a record from the “list.jsp” page:

code:

Exception is: < JspException >
Exception error message:
Stacktrace is:
<javax.servlet.jsp.JspException: current document not defined…request parameters cannot be processed
at com.softwareag.xtools.xapplication.jsptaglib.ModuleTag.processRequestParameters(ModuleTag.java:402)
at com.softwareag.xtools.xapplication.jsptaglib.ModuleTag.doStartTagCore(ModuleTag.java:149)
at com.softwareag.xtools.xapplication.jsptaglib.XBodyTag.doStartTag(XBodyTag.java:

What I really want to do is invoke a direct URL to view a specific record like this:

http://localhost:8080/property/InstanceDemo.jsp?:docid=/Property[@ino:id=‘1’]&:action=read

Is this possible?

Hello Bill,

normally the charaCters ‘=’, ‘&’ and blanks within

Hi Christian,

Using %3D instead of = works fine! Many thanks for the explanation.

Regards,
Bill