RE: validate in ActionForm not working for errors

2004-09-01 Thread David Friedman
CTED] Sent: Monday, August 30, 2004 5:52 PM To: Struts Users Mailing List Subject: RE: validate in ActionForm not working for errors hi Jim i had tried index.jsp too but it didnt work. I also tried sending it back to another page but that didnt work either. what should i do, i m stuck regar

RE: validate in ActionForm not working for errors

2004-08-31 Thread struts lover
t 30, 2004 2:52 PM > > To: Struts Users Mailing List > > Subject: RE: validate in ActionForm not working > for errors > > > > > > hi Jim > > i had tried index.jsp too but it didnt work. I > also tried sending it > > back to another page but that

RE: validate in ActionForm not working for errors

2004-08-30 Thread Jim Barrows
> -Original Message- > From: Saurabh Bhatla [mailto:[EMAIL PROTECTED] > Sent: Monday, August 30, 2004 2:52 PM > To: Struts Users Mailing List > Subject: RE: validate in ActionForm not working for errors > > > hi Jim > i had tried index.jsp too but it didnt

RE: validate in ActionForm not working for errors

2004-08-30 Thread Saurabh Bhatla
ailto:[EMAIL PROTECTED] > > Sent: Monday, August 30, 2004 2:41 PM > > To: Struts Users Mailing List > > Subject: RE: validate in ActionForm not working for errors > > > > > > Hi jim > > > > here is the snippet from struts-config.xml >

RE: validate in ActionForm not working for errors

2004-08-30 Thread Jim Barrows
> -Original Message- > From: Saurabh Bhatla [mailto:[EMAIL PROTECTED] > Sent: Monday, August 30, 2004 2:41 PM > To: Struts Users Mailing List > Subject: RE: validate in ActionForm not working for errors > > > Hi jim > > here is the

RE: validate in ActionForm not working for errors

2004-08-30 Thread Saurabh Bhatla
ED] > > Sent: Monday, August 30, 2004 2:29 PM > > To: struts > > Subject: validate in ActionForm not working for errors > > > > > > hi all, > > I have a simple form that takes username and passwd. for > > that i have > > a LogonForm bean, which

RE: validate in ActionForm not working for errors

2004-08-30 Thread Jim Barrows
> -Original Message- > From: Saurabh Bhatla [mailto:[EMAIL PROTECTED] > Sent: Monday, August 30, 2004 2:29 PM > To: struts > Subject: validate in ActionForm not working for errors > > > hi all, > I have a simple form that takes username and passwd. for

validate in ActionForm not working for errors

2004-08-30 Thread Saurabh Bhatla
hi all, I have a simple form that takes username and passwd. for that i have a LogonForm bean, which has a validate method. if i enter both username and passwd it works fine and gets forwarded to the next page. but if there is an error in validate() and ActionErrors object is returned then my c