> 
> I've migrated from dbforms 1.1.3 to 1.1.4pr1. The following 
> task worked with 1.1.3 and doesn't work with 1.1.4: I'd like 
> to display a link from my MYTABLE_view.jsp to 
> MYTABLE_single.jsp to display and edit a specific data 
> (generated with viewTable.xsl):
> 
> <a href="<db:linkURL href="/MYTABLE_single.jsp" 
> tableName="MYTABLE" position="<%= position_MYTABLE %>"/>"> 
> the data </a>
> 
> position_MYTABLE keeps the whole information about the 
> current row and generates a huge URL. If my row data contains 
> a % character (which is contained in position_MYTABLE), 
> Tomcat 4.1.27 throws an Exception:
> org.apache.jasper.JasperException: URLDecoder: Illegal hex 
> characters in escape (%) pattern - For input string: " B"
> 
> The generated URL is exacly the same as it was with dbforms 
> 1.1.3, but it throws not an exception with the same data.
We changed something in encoding code in the new version. Could you post the
stack trace? Or do a little debugging? Wich encoding do you use?



> 
> This is how I migrated to the new version:
> - replacing all jars in WEB-INF/lib with dbforms/dist and 
> dbforms/dependend
> (btw: one class failed to load in Tomcat:
> WebappClassLoader: 
> validateJarFile(D:\proj\_Ray_Sono_Projekte\HVB\Vermoegenskonz
> ept\src_cvs\bema_hvb\pflegedaten\src\web\WEB-INF\lib\servletap
> i-2.3.jar) - jar n ot loaded. See Servlet Spec 2.3, section 
> 9.7.2. Offending class: javax/servlet/S
> ervlet.class)
This message is quit normal. You can just remove ths servletapi-2.3.jar from
your lib directory. This jar is needed for compilation the whole project
butnot for runtime. 
In the build script this file is excluded from copying to the examples. So
just remove it...

Regards,
Henner



-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to