Hi, did you get this one figured out yet? If it's on a form, you might want to try method="posted" and enctype="multipart/form-data".
-Yan -----Original Message----- From: Paulo Alvim [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 9:11 AM To: [EMAIL PROTECTED] Subject: tomcat 5, Tiles and encoding Hi! I've just moved my Struts+Tiles application from TC4 to TC5 and I'm now having encoding problems when trying to post data...(portuguese special characters aren't being recognized). I've read topics about Tomcat 5+encoding issues related to "included JSPs" (ex: http://forum.java.sun.com/thread.jsp?forum=45&thread=495792) and since I use Tiles and Tiles uses "RequestDispatcher.include" calls to include markup jsp components in layouts, I'm trying this way...but the labels in my page are ok - just my "posted data" have the problem. Is there anyone with the same issue? Thanks in advance! Paulo Alvim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
