Dear Dejan Krsmanovic,

Yes. It was the problem. Now it's working.
Thanks for the response.

Kind regards,
Thomas

----- Original Message ----- 
From: Dejan Krsmanovic

I had similiar problem on Tomcat 5. On Tomcat 4 application worked fine.
The problem was in handling URI encoding on Tomcat 5 because it is not 
UTF-8 by default as was on Tomcat 4.
If this is the problem, edit server.xml and set following attributes:
    URIEncoding="UTF-8"
    useBodyEncodingForURI="true"
in Connector element. You can do the same thing using tomcat admin.




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to