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 sing

Re: Special character problem while redirect-action

2011-07-28 Thread Sewwandi
blem 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

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: POJO's collection not populated when submitting form

2011-06-22 Thread Sewwandi
Since you are using modeldriven and the model is FlashCard, i think the following should be changed to the name field should be given without the prefix flashcard.also you should provide the 'value' attribute in order for it to be pre-populated. thanks & regards sewdil On Thu, Jun 23, 2

How to embed jasper report in jsp page using struts2-jasperreports-plugin

2011-03-25 Thread Sewwandi
Hi I'm creating a report using jasper report and successfully generated the report with struts2-jasperreports-plugin, in my web application. the report is displayed in html format, now i need to embed this report in a jsp page, but couldn't find a way to do that. Could some one please help me to a