1. Setting ISO-8859-1 encoding for a single Tapestry 4 page in application that is otherwise totally UTF-8 stackoverflow.comI have a Tapestry application that is serving its page as UTF-8. That is, server responses have header:
Now within this application there is a single page that should be served ... |
2. Form encoding in Tapestry stackoverflow.comI 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 ... |