Re: Special character problem while redirect-action

2011-07-28 Thread Vishwa Sahan
Cool. Congratz On Thu, Jul 28, 2011 at 3:10 PM, Sewwandi wrote: > Hi all, > > I found the solution. It was required to set the URIEncoding="UTF-8" > property, and that solved the problem. > > Thanks & regards > Sewdil > > On Thu, Jul 28, 2011 at 2:18 PM, Sewwandi wrote: > > > hi Vishwa, > > > >

Re: Special character problem while redirect-action

2011-07-28 Thread Sewwandi
Hi all, I found the solution. It was required to set the URIEncoding="UTF-8" property, and that solved the problem. Thanks & regards Sewdil On Thu, Jul 28, 2011 at 2:18 PM, Sewwandi wrote: > hi Vishwa, > > Thanks a lot for your reply... I don't get this with single and double > quotes and I am

Re: Special character problem while redirect-action

2011-07-28 Thread Sewwandi
hi Vishwa, Thanks a lot for your reply... I don't get this with single and double quotes and I am using UTF-8 charset. I think the request parameters which are passed need to be encoded but I can't find out how to. On Thu, Jul 28, 2011 at 1:58 PM, Vishwa Sahan wrote: > Is your problem persists

Re: Special character problem while redirect-action

2011-07-28 Thread Vishwa Sahan
Is your problem persists with the characters like singe and double quotes? I think the problem is with the charset. Try using UTF-8 charset it will be fine. Try explaining little more about what you are about to do. On Thu, Jul 28, 2011 at 1:59 PM, Sewwandi wrote: > yes > > On Thu, Jul 28, 2011

Re: Special character problem while redirect-action

2011-07-28 Thread Sewwandi
yes On Thu, Jul 28, 2011 at 1:04 PM, Vishwa Sahan wrote: > have you copied and pasted the charactor from somewhere else such as a MS > Word document? > > On Thu, Jul 28, 2011 at 1:25 PM, wrote: > > > hi, > > I am using struts 2.0.11.1 and i'm redirecting to an action with some > > parameters. >

Re: Special character problem while redirect-action

2011-07-28 Thread Vishwa Sahan
have you copied and pasted the charactor from somewhere else such as a MS Word document? On Thu, Jul 28, 2011 at 1:25 PM, wrote: > hi, > I am using struts 2.0.11.1 and i'm redirecting to an action with some > parameters. > the problem is that when the parameter value contain the special characte

RE: Special Character

2004-10-06 Thread Hiran.Chaudhuri
Hi, Jain. Use <[EMAIL PROTECTED] contentType="text/html;charset=UTF-8"%> to set a HTTP header that tells the browser how special characters are transferred. Most probably you then get the correct display. If that is not sufficient, check the fonts your browser is configured to use. Hiran --