Ok ... the scandinavian characters åäöÅÄÖ got scrambled when they where part of 
a post-data. 

Adding this (below) filter in front of the timing seems to solve it!

    
  |       <filter>
  |         <filter-name>Character Encoding</filter-name>
  |         <filter-class>
  |             org.jboss.seam.servlet.SeamCharacterEncodingFilter
  |         </filter-class>
  |         <init-param>
  |             <param-name>encoding</param-name>
  |             <param-value>UTF-8</param-value>
  |         </init-param>
  |         <init-param>
  |             <param-name>overrideClient</param-name>
  |             <param-value>true</param-value>
  |         </init-param>
  |     </filter>
  | 



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096086#4096086

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096086

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to