Re: Error in overiding the validate method of ActionForm

2002-04-01 Thread Sanjay Choudhary
essage - > From: "Sanjay Choudhary" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > <[EMAIL PROTECTED]> > Sent: Tuesday, April 02, 2002 8:43 AM > Subject: Error in overiding the validate method of > ActionForm > > > &

Re: Error in overiding the validate method of ActionForm

2002-04-01 Thread Slava_L
But, have u specified such attrib. like "input = " - Original Message - From: "Sanjay Choudhary" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, April 02, 2002 8:43 AM Subject: Error in overiding

Error in overiding the validate method of ActionForm

2002-04-01 Thread Sanjay Choudhary
> Hi, > > I have ActionForm bean - A which contains another > javabean B. > > public class A extends ActionForm > //Attribute >B b = new B(); > > public class B >String name; > > In the jsp we use > > > In Class A we also override the valdiate method > > ActionErrors errors > if (

Error in overiding the validate method of ActionForm

2002-04-01 Thread Sanjay Choudhary
Hi, I have ActionForm bean - A which contains another javabean B. public class A extends ActionForm //Attribute B b = new B(); public class B String name; In the jsp we use In Class A we also override the valdiate method ActionErrors errors if (b.name == null){ errors = = new Acti