Re: Alert Box issue in Struts

2009-11-29 Thread deepakl_2000
Hi pawel, im not talking about struts validation,im talking abt javascript validation for my requirement. please dont confuse it with struts validation framework. my requirement is different and is no way linked to Struts validation framework Paweł Wielgus wrote: > > Hi Deepak,

Re: Alert Box issue in Struts

2009-11-28 Thread Paweł Wielgus
Hi Deepak, as far as i know validation framework will generate your validation javascript automaticly if client side validation is turn on (somewhere in configuration maybe). But i haven't used client side validation at all so i'm not a good help here. Best greetings, Pawel Wielgus. 2009/11/28, d

Re: Alert Box issue in Struts

2009-11-28 Thread deepakl_2000
Hi Pawel, i need to implement a Javascript function for this in jsp.(not server side validation),how to mix javascript with jsp code please help with snippet of code... Deepak Paweł Wielgus wrote: > > Hi Deepak, > read about validation framework in struts2 and about action messa

Re: Alert Box issue in Struts

2009-11-28 Thread Paweł Wielgus
Hi Deepak, read about validation framework in struts2 and about action messages which should solve your problem. Best greetings, Pawel Wielgus. 2009/11/28, deepakl_2000 : > > Hi Struts Experts, > > I'm using Struts for Controller,i.e presentation tier. > IBatis as a Persistence Framework . > > Ac