encoding « tapestry « Java Enterprise Q&A





1. Setting ISO-8859-1 encoding for a single Tapestry 4 page in application that is otherwise totally UTF-8    stackoverflow.com

I have a Tapestry application that is serving its page as UTF-8. That is, server responses have header:

Content-type: text/html;charset=UTF-8
Now within this application there is a single page that should be served ...

2. Form encoding in Tapestry    stackoverflow.com

I have a problem with Tapestry form. My XML database is very sensible with encoding, and need utf-8. When i put the char 'à' in my form, tapestry receive 'Ó' and my core ...