> I have been testing the new jdbforms 2.5 snapshot in tomcat 5.0.28 for a
> while,
> Tomcat 5.0.28 implement a different way to treat utf-8 encoding.
> 
> dbforms are prepared to handle this, but when multipart attribute is set to
> true all the other text fields in the form are update with error encoding.

Ah ha! You tracked it down.  I don't use multipart attribute and that is
why I never saw the problem and why some of your pages worked while
others did not.

I do not know the solution but what is happening is that there is this
in DbFormTag:

if (hasMultipartSet()) {
        tagBuf.append(" enctype=\"multipart/form-data\"");
                                }

Googling I found someone with the exact same problem as you but using
resin and BEA rockit--
http://www.caucho.com/support/resin-interest/0307/0139.html


-- 
Shawn <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
DbForms Mailing List

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

Reply via email to