Re: Validation of dynaActionForm too early

2004-06-10 Thread Bill Siggelkow
Behalf Of Bill Siggelkow Sent: Thursday, June 10, 2004 11:00 AM To: [EMAIL PROTECTED] Subject: Re: Validation of dynaActionForm too early Set validate="false" on the Action that forwards to the JSP containing the form. Set 'validate="true"' and set 'input="/my

RE: Validation of dynaActionForm too early

2004-06-10 Thread Avinash Gangadharan
if the form was posted or not thereby avoiding two mappings. But the question still remains. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Siggelkow Sent: Thursday, June 10, 2004 11:00 AM To: [EMAIL PROTECTED] Subject: Re: Validation of dynaActionForm too early

Re: Validation of dynaActionForm too early

2004-06-10 Thread Bill Siggelkow
Set validate="false" on the Action that forwards to the JSP containing the form. Set 'validate="true"' and set 'input="/myJsp.jsp"' for the action that processes the form. Tom Ansley wrote: Hi all, I am trying to use a dynaActionForm. The problem I am having is that when a user requests an act

RE: Validation of dynaActionForm too early

2004-06-10 Thread Wendy Smoak
> From: Tom Ansley [mailto:[EMAIL PROTECTED] > How do I go about getting it so that the first time the > action is called the validate() method is not called? http://jakarta.apache.org/struts/faqs/newbie.html#avoidValidate I use LookupDispatchAction so I don't have separate actions. Instead, i