[jboss-user] [JBoss Seam] - problem with encoding

nevermoreagain do-not-reply at jboss.com
Tue May 22 01:38:38 EDT 2007


Hello..
i'm new to seam =) 
i use Seam-gen to generate a simple Seam project.. But there is a problem..
When i do search in MySQL database it works fine with data written in english but every time i do search some text written in my native language it's not working. This data even shown correctly in this Seam project but every time i push search button, text in <h:inputText> became unreadable. 
In Seam Reference i found that i should put this in components.xml

<web:character-encoding-filter encoding="UTF-8"
                                             override-client="true"
                                             url-pattern="*.seam"/>

but this doesn't change anything. Does anyone know how to solve this problem ?

thank you for your aswers =)

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

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



More information about the jboss-user mailing list