Hi,

switching from 1.3 to 2.2, I have still the problem had with 1.4...

in DbFormTag.doStartTag():
Line 1701: dbContext.setPosition(Util.decode(table.getPositionString(resultSetVector),
pageContext.getRequest().getCharacterEncoding()));

with:
table.getPositionString(resultSetVector) = "0:3:103-1:6:010484-2:34:5,5% BAY...."
encodig = null


Some method calls later I get that Exception:

java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) 
pattern - For input string: " B"
 at java.net.URLDecoder.decode(URLDecoder.java:168)
 at org.dbforms.util.Util.decCheck(Util.java:170)
 at org.dbforms.util.Util.decode(Util.java:121)
 at org.dbforms.taglib.DbFormTag.doStartTag(DbFormTag.java:1701)


I don't understand the need for decoding the positionString. For me it looks already 
decoded.

What can I do?

Regards,
Jan.



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
DbForms Mailing List

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

Reply via email to