Hi, 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. 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\servletapi-2.3.jar) - jar n ot loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/S ervlet.class) - modifing the web.xml - adaption to the new package names Do you have any ideas? Thanks, Jan. -- NEU F�R ALLE - GMX MediaCenter - f�r Fotos, Musik, Dateien... Fotoalbum, File Sharing, MMS, Multimedia-Gru�, GMX FotoService Jetzt kostenlos anmelden unter http://www.gmx.net +++ GMX - die erste Adresse f�r Mail, Message, More! +++ ------------------------------------------------------- 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
