Re: Issue with Chinese Charctors - FIXED :)

2012-06-29 Thread Sathish Kumar
29, 2012 at 6:21 PM, Sathish Kumar < sathishkumar.thiyagara...@gmail.com> wrote: > Wav i did this and it shows proper Chinese text in struts 2 text box > > [@s.textfield name="entity.label" key="label" escape="true"/] > > But then :( now

Re: Issue with Chinese Charctors

2012-06-29 Thread Sathish Kumar
escape to false > > Sent from my mobile device, so please excuse typos and brevity. > > Maurizio Cucchiara > Il giorno 29/giu/2012 12.56, "Sathish Kumar" < > sathishkumar.thiyagara...@gmail.com> ha scritto: > > > Hi Dave & Maurizio, > > >

Re: Issue with Chinese Charctors

2012-06-29 Thread Sathish Kumar
ng like தமிழ் instead of actual text Thanks & Regards, Sathish Kumar T. On Fri, Jun 29, 2012 at 4:11 PM, Dave Newton wrote: > On Fri, Jun 29, 2012 at 6:35 AM, Sathish Kumar wrote: > > > In our struts 2 project, we support Chinese language. While we save > Chinese > > t

Re: Reg: Issue with Struts 2 & Tomcat Realm

2010-11-19 Thread Sathish Kumar
struts2 > > /* > > FORWARD > > INCLUDE > > > > > > 2010/11/19 Sathish Kumar > > > > Hi Group, > >> > >> We are using Tomcat 6 based Container Managed > >> Security<htt

Reg: Issue with Struts 2 & Tomcat Realm

2010-11-19 Thread Sathish Kumar
efore ? It will be great if you can give me some pointers to proceed this issue .. Regards, Sathish Kumar T

Re: Reg: Issue with Struts 2 Data Binding

2010-10-27 Thread Sathish Kumar
Hi, Thanks for the response ... I will try this ... Regards, Sathish Kumar T On Wed, Oct 27, 2010 at 3:05 PM, Li Ying wrote: > May be you can copy all the properties from a map > to an instance of your model class. > > You can implement this by > (1)[BeanUtils.populate] >

Re: Reg: Issue with Struts 2 Data Binding

2010-10-27 Thread Sathish Kumar
attribute. In My case, It is always plain Object :(... As of now, i process the Map in my action class to do the type conversion. just thinking is there any other better way .. Regards, Sathish Kumar T. On Wed, Oct 27, 2010 at 2:17 PM, Li Ying wrote: > Your data is declared as HashMap > So S

Reg: Issue with Struts 2 Data Binding

2010-10-27 Thread Sathish Kumar
irth is populated as String value rather than Date* value ….. Is this problem solvable ? if yes, how do we do that ? Any help here will be great ….. Thanks & Regards, Sathish Kumar T

Reg: XHTML Theme's Control Footer Reference

2009-06-24 Thread Sathish Kumar
meters.templateDir}/${parameters.theme}//controlfooter.ftl" > />* > So that, it will be easy to *modify all the control wrappers just by modifying controlheader.ftl & controlfooter.ftl*. Please share your views about the same. Regards, Sathish Kumar T --

Re: [S2] Doubleselect inconsistent if using 'back' button

2008-02-24 Thread sathish kumar
server. in this case, i used a HashMap and processed the same. i believe u could understand... and another doubt is... how can i override the theme i mean, by default use ajax theme what should i do if i need to change it... newton.dave wrote: > > --- sathish kumar <[EMAIL PRO

Re: [S2] Doubleselect inconsistent if using 'back' button

2008-02-23 Thread sathish kumar
yeah...welcome sir... can u clear my doubt regarding double select. i need to load data from database (select options should be loaded from database...) can you help me? newton.dave wrote: > > Welcome to the world of Ajax. > > Dave > > --- sathish kumar <[EM

Re: [S2] Doubleselect inconsistent if using 'back' button

2008-02-23 Thread sathish kumar
hi... please go through this link http://struts.apache.org/2.x/docs/doubleselect.html hope it helps u... and this behaviour seems like a bug... setecastronomy wrote: > > I'm using Struts 2.0.6 > I noticed the following behaviour of the doubleselect UI tag, present also > in the Struts show