Re: [s1,validation] Multi-page flow, session-scoped DynaValidatorForm with checkbox

2011-06-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave, Thanks for the quick reply. On 6/17/2011 3:46 PM, Dave Newton wrote: > On Friday, June 17, 2011, Christopher Schultz wrote: >> I can't believe I've been working with Struts for nearly 10 years and >> I'm still using Struts 1. > > Fixed. Yeah,

Re: [s1,validation] Multi-page flow, session-scoped DynaValidatorForm with checkbox

2011-06-17 Thread Dave Newton
On Friday, June 17, 2011, Christopher Schultz wrote: > I can't believe I've been working with Struts for nearly 10 years and > I'm still using Struts 1. Fixed. > The problem is that if we check the box and submit to A2 (then show P2), > then go back (either browser-BACK or using our "previous" bu

[s1,validation] Multi-page flow, session-scoped DynaValidatorForm with checkbox

2011-06-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I can't believe I've been working with Struts for nearly 10 years and I'm only now attempting to use a multi-page flow with a form bean in the session. Of course, I'm having difficulty with checkboxes. Our (simplified) flow looks something like

Re: [S1] Validation

2009-01-20 Thread Pablo Vázquez Blázquez
quez Blázquez [mailto:pvazq...@denodo.com] Sent: Tuesday, January 20, 2009 3:43 PM To: Struts Users Mailing List Subject: [S1] Validation Hi all! Now I am used to use Struts2 and have forgotten some things about Struts1 Well, if I have a form with a name="schemaClassName" type=&quo

RE: [S1] Validation

2009-01-20 Thread Seshagiri V
-mail and securely discard this message. -Original Message- From: Pablo Vázquez Blázquez [mailto:pvazq...@denodo.com] Sent: Tuesday, January 20, 2009 3:43 PM To: Struts Users Mailing List Subject: [S1] Validation Hi all! Now I am used to use Struts2 and have forgotten some things about

[S1] Validation

2009-01-20 Thread Pablo Vázquez Blázquez
Hi all! Now I am used to use Struts2 and have forgotten some things about Struts1 Well, if I have a form with a name="schemaClassName" type="java.lang.String[]"/>, how can I validate it to check its size is > 0?? With "required" it does not work... Thanks. ---