ActionForm, initialization, submit back to same Action, validation, ActionErrors

2002-02-22 Thread Adam Hardy
Hi All, I've read a few posts in the archives and not seen anything conclusive on this apart from the recommendation to stick to action - page - action What I want to do is this: firstpage - action1 - formpage1 - action1 - action2 - page2 etc I've just got to the point where I'm coding the

Re: ActionForm, initialization, submit back to same Action,validation, ActionErrors

2002-02-22 Thread Ted Husted
Adam Hardy wrote: Or should I define an ActionMapping with validation set to false to display this form page for the first time, and have the form submit to another ActionMapping with validation set to true? Yes. This is why there *is* a validation switch. =:o) Just wondering if I've