Re: Multi-Page Wizard Validation Problem

2004-11-23 Thread Jeff Smith
validation.xml you would have one form (as you do) Niall - Original Message - From: "David G. Friedman" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, November 23, 2004

Re: Multi-Page Wizard Validation Problem

2004-11-23 Thread Niall Pemberton
gt; > > > > > > > > > 2) DynaValidatorForm validates according to the Action Mapping's form > > name. > > > > So in your validation.xml you would have one form (as you do) > > > > > > > > > > > > > > Niall >

Re: Multi-Page Wizard Validation Problem

2004-11-23 Thread Jeff Smith
ailing List" <[EMAIL PROTECTED]> Sent: Tuesday, November 23, 2004 4:55 AM Subject: RE: Multi-Page Wizard Validation Problem Jeff, This is my final set of questions (I'm out of questions and will concede being useless if this question fails). I noticed your reg actions are all of

Re: Multi-Page Wizard Validation Problem

2004-11-23 Thread Jeff Smith
f the details you provided! LOL) -Original Message- From: Jeff Smith [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 11:26 PM To: Struts Users Mailing List Subject: Re: Multi-Page Wizard Validation Problem David, Thanks for all your help with this. I tried setting the input attribut

Re: Multi-Page Wizard Validation Problem

2004-11-23 Thread Niall Pemberton
riginal Message - From: "David G. Friedman" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, November 23, 2004 4:55 AM Subject: RE: Multi-Page Wizard Validation Problem > Jeff, > > This is my final set of questions (I

RE: Multi-Page Wizard Validation Problem

2004-11-22 Thread David G. Friedman
d. > > Regards, > David (he who must be missing something from all of the details you > provided! LOL) > > -Original Message- > From: Jeff Smith [mailto:[EMAIL PROTECTED] > Sent: Monday, November 22, 2004 11:26 PM > To: Struts Users Mailing List > Subject: Re: Mul

Re: Multi-Page Wizard Validation Problem

2004-11-22 Thread Jeff Smith
) -Original Message- From: Jeff Smith [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 11:26 PM To: Struts Users Mailing List Subject: Re: Multi-Page Wizard Validation Problem David, Thanks for all your help with this. I tried setting the input attribute to a dummy jsp page and it n

RE: Multi-Page Wizard Validation Problem

2004-11-22 Thread David G. Friedman
] Sent: Monday, November 22, 2004 11:26 PM To: Struts Users Mailing List Subject: Re: Multi-Page Wizard Validation Problem David, Thanks for all your help with this. I tried setting the input attribute to a dummy jsp page and it never gets there either. I also confirmed that I had the appropriate mes

Re: Multi-Page Wizard Validation Problem

2004-11-22 Thread Jeff Smith
--Original Message- From: Jeff Smith [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 9:37 AM To: Struts Users Mailing List Subject: Re: Multi-Page Wizard Validation Problem I added that, it fixes the page always resetting problem, but still no validation between page changes. On Nov 22, 200

RE: Multi-Page Wizard Validation Problem

2004-11-22 Thread David G. Friedman
-Original Message- From: Jeff Smith [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 9:37 AM To: Struts Users Mailing List Subject: Re: Multi-Page Wizard Validation Problem I added that, it fixes the page always resetting problem, but still no validation between page changes. On N

Re: Multi-Page Wizard Validation Problem

2004-11-22 Thread Jeff Smith
I added that, it fixes the page always resetting problem, but still no validation between page changes. On Nov 22, 2004, at 7:26 AM, Bill Siggelkow wrote: I believe you need a form-property named 'page' with a type of 'java.lang.Integer'. -Bill Siggelkow Jeff Smith wrote: Let me paste the file

Re: Multi-Page Wizard Validation Problem

2004-11-22 Thread Bill Siggelkow
I believe you need a form-property named 'page' with a type of 'java.lang.Integer'. -Bill Siggelkow Jeff Smith wrote: Let me paste the files in instead -- struts config starts here -- http://struts.apache.org/dtds/struts-config_1_2.dtd";>

Re: Multi-Page Wizard Validation Problem

2004-11-22 Thread Jeff Smith
you using? Regards, David -Original Message- From: Jeff Smith [mailto:[EMAIL PROTECTED] Sent: Sunday, November 21, 2004 11:59 PM To: Struts Users Mailing List Subject: Re: Multi-Page Wizard Validation Problem David, Yes reg.step1, reg.step2 and reg.step3 all have hiddens for page and they'

RE: Multi-Page Wizard Validation Problem

2004-11-21 Thread David G. Friedman
To: Struts Users Mailing List Subject: Re: Multi-Page Wizard Validation Problem David, Yes reg.step1, reg.step2 and reg.step3 all have hiddens for page and they're set accordingly. 1 for reg.step1, etc. And yes, they're tiles. As for the /reg/registration action, that was a

Re: Multi-Page Wizard Validation Problem

2004-11-21 Thread Jeff Smith
to get to your first action. Essentially, it is a big waste of time/resources/cpu. Regards, David -Original Message- From: Jeff Smith [mailto:[EMAIL PROTECTED] Sent: Sunday, November 21, 2004 2:15 PM To: Struts Users Mailing List Subject: Re: Multi-Page Wizard Validation Problem Let me paste

RE: Multi-Page Wizard Validation Problem

2004-11-21 Thread David G. Friedman
e of time/resources/cpu. Regards, David -Original Message- From: Jeff Smith [mailto:[EMAIL PROTECTED] Sent: Sunday, November 21, 2004 2:15 PM To: Struts Users Mailing List Subject: Re: Multi-Page Wizard Validation Problem Let me paste the files in instead -- struts config starts here -

Re: Multi-Page Wizard Validation Problem

2004-11-21 Thread Jeff Smith
Let me paste the files in instead -- struts config starts here -- "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://struts.apache.org/dtds/struts-config_1_2.dtd";>

Multi-Page Wizard Validation Problem

2004-11-21 Thread Jeff Smith
All, Sorry if this has been discussed, I've been digging around on the web and can't seem to find a solution to my problem. I have a 3 step registration process that works like a "wizard". I defined a LookupDispatchAction subclass to handle things like the next and previous button. Everything w