Re: Struts2 with extended achii character problem

2013-12-02 Thread Lukasz Lenart
Have you used pageEncoding directive in JSPs? http://stackoverflow.com/questions/3596213/page-encoding-in-jsp Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/12/3 Arpan : > Hi Antonios, > > Thanks for the replay. > I have tried this, but the problem didn't go. > > > > > On Mo

Re: Struts2 with extended achii character problem

2013-12-02 Thread Arpan
Hi Antonios, Thanks for the replay. I have tried this, but the problem didn't go. On Mon, Dec 2, 2013 at 10:48 PM, Antonios Gkogkakis wrote: > Hi Arpan, > > you can try setting accept-charset="utf-8" in your html forms. > > Antonios > > > On 2 December 2013 16:38, Arpan wrote: > > > Hi All,

Re: Struts2 with extended achii character problem

2013-12-02 Thread Antonios Gkogkakis
Hi Arpan, you can try setting accept-charset="utf-8" in your html forms. Antonios On 2 December 2013 16:38, Arpan wrote: > Hi All, > > I am using struts 2.3.15 libraries. > I have put a text field value as "user‡". > > Whenever I submit the form, the text field value changes and the special >

Struts2 with extended achii character problem

2013-12-02 Thread Arpan
Hi All, I am using struts 2.3.15 libraries. I have put a text field value as "user‡". Whenever I submit the form, the text field value changes and the special character changes to "?". I have struts1 also in the same project and it works perfectly fine for struts1 pages. Thanks Arpan