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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...