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
Hi jim here is the snippet from struts-config.xml and here is the snippet from LogonForm public ActionErrors validate(ActionMapping actionMapping, HttpServletRequest request) { ActionErrors errors = new ActionErrors(); if(getName().trim().equal

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 > that i have > a LogonForm b