[OT] RE: validate() method is ActionForm

2003-02-14 Thread Sundar Narasimhan
Any more personal attacks like this, or the previous response's profanity, are likely to get you banned -- then you won't have to worry about questions you think are below your dignity to answer politely. Craig McClanahan Thank you Craig. I think this list is great, and now that I'm slowly

validate() method is ActionForm

2003-02-13 Thread atta ur rehman
Dear all, Struts 1.0.2. Are form properties updated before the validate() method is called? Regards, ATTA

RE: validate() method is ActionForm

2003-02-13 Thread Durham David Cntr 805CSS/SCBE
RTFM ... just kidding. Of course you dipshit, also just kidding. -Dave -Original Message- From: atta ur rehman [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 2:41 PM To: struts users mailing list Subject: validate() method is ActionForm Dear all, Struts 1.0.2

RE: validate() method is ActionForm

2003-02-13 Thread James Childers
() method is ActionForm Dear all, Struts 1.0.2. Are form properties updated before the validate() method is called? Regards, ATTA - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: validate() method is ActionForm

2003-02-13 Thread Craig R. McClanahan
On Thu, 13 Feb 2003, James Childers wrote: Date: Thu, 13 Feb 2003 14:42:09 -0600 From: James Childers [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: validate() method is ActionForm I think I can safely

Re: validate() method is ActionForm

2003-02-13 Thread James Mitchell
Subject: RE: validate() method is ActionForm I think I can safely say that that is the dumbest question I have ever seen on this list. And that's saying something. -Original Message- From: atta ur rehman [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 2:41 PM To: struts

[OT] RE: validate() method is ActionForm

2003-02-13 Thread Pani, Gourav
, 2003 3:42 PM Subject: RE: validate() method is ActionForm I think I can safely say that that is the dumbest question I have ever seen on this list. And that's saying something. -Original Message- From: atta ur rehman [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 2:41 PM

[OT] RE: validate() method is ActionForm

2003-02-13 Thread Rabih Yazbeck
: validate() method is ActionForm Dear all, Struts 1.0.2. Are form properties updated before the validate() method is called? Regards, ATTA - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

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
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 ActionForm bean - A which contains another javabean B. public class A extends ActionForm

problem calliung validate() method in ActionForm

2001-07-27 Thread BinhMinh Nguyen
Hi, I have a problem calling the validate(...) method from the ActionForm: this is what I have done: 1- implement the validate() method in ActionForm, 2- in struts-config.xml, set the validate attribute to true for the action-mapping. But the method is not called when I clicked one