How do I submit Simplified Chinese text to my Action Class?

2008-12-27 Thread jmlynn
Hi, I am new to handling Simplified Chinese text in Struts, JSP, Java web site. I was able to read from database, and disply Simplified Chinese text in my JSP pages. However, when I modified the displayed Chinese text in my JSP and submit it, What I got in the Action class was unreadable text, wh

Re: How do I submit Simplified Chinese text to my Action Class?

2008-12-28 Thread jmlynn
t; for example > > > encodingFilter > org.springframework.web.filter.CharacterEncodingFilter > > encoding > UTF-8 > > > forceEncoding > true > > > > > encodingFilter > /* > > > On Sun, Dec 28, 2008 at 10:54 AM, jmlynn wrote: > &g