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 html:text size=15 property=b.name/ 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 html:text size=15 property=b.name/ In Class A we also override the valdiate method

Re: Error in overiding the validate method of ActionForm

2002-04-01 Thread Slava_L
But, have u specified such attrib. like input = page.jsp - 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 the validate method of ActionForm Hi, I have

Re: Error in overiding the validate method of ActionForm

2002-04-01 Thread Sanjay Choudhary
I debugged the application and found that this attribute was missing in struts_config.xml and then I got your mail. Thanks for your help. -Sanjay --- Slava_L [EMAIL PROTECTED] wrote: But, have u specified such attrib. like input = page.jsp - Original Message - From: Sanjay