Re: [S2] Validation setup

2007-04-09 Thread Dave Newton
--- Skip Hollowell <[EMAIL PROTECTED]> wrote: > minLength and maxLength (case is important and I am > an idiot) ;) I'd bet we'd turn the game over if we all kept score on stuff like that! d. Never miss an em

Re: [S2] Validation setup

2007-04-09 Thread Skip Hollowell
minLength and maxLength (case is important and I am an idiot) Done and done. Thanks Dave for helping where you could. Much appreciated. Skip. Skip Hollowell wrote: Now, if I could only figure out why I am getting errors on the minlength and maxlength of my stringlength validator:

Re: [S2] Validation setup

2007-04-09 Thread Dave Newton
--- Skip Hollowell <[EMAIL PROTECTED]> wrote: > Now, if I could only figure out why I am getting > errors on the minlength and maxlength of my > stringlength validator: > 4 > 4 Try minLength/maxLength. > WARNING: Caught OgnlException while setting property > 'minlength' on ty

Re: [S2] Validation setup

2007-04-09 Thread Skip Hollowell
The file name for the validation file is: {ActionName}-{AliasName}-validation.xml In my case: AccountAction-Payment_retrieveFee-validation.xml Now, if I could only figure out why I am getting errors on the minlength and maxlength of my stringlength validator:

Re: [S2] Validation setup

2007-04-05 Thread Skip Hollowell
OK, I think I may be on to something here... In this particular Action, I am working with a Payment class, instead of individual fields. that may very well be where all of my trouble is. align="center"/> So say I want to validate the ccNumber and ccExpDate. These are part of my Pa

Re: [S2] Validation setup

2007-04-05 Thread Skip Hollowell
Dave Newton-4 wrote: --- Skip Hollowell <[EMAIL PROTECTED] > wrote: > Dave Newton-4 wrote: >> Skip Hollowell said: >>> AccountAction_payment-validation.xml doesn't work >>> AccountAction_Payment-validation.xml doesn't work >>

Re: [S2] Validation setup

2007-04-05 Thread Dave Newton
--- Skip Hollowell <[EMAIL PROTECTED]> wrote: > Dave Newton-4 wrote: >> Skip Hollowell said: >>> AccountAction_payment-validation.xml doesn't work >>> AccountAction_Payment-validation.xml doesn't work >> Are the underscores typos? > No typos. > So how can I turn on the validation for this form / >

Re: [S2] Validation setup

2007-04-05 Thread Skip Hollowell
Dave Newton-4 wrote: --- Skip Hollowell <[EMAIL PROTECTED] > wrote: > AccountAction_payment-validation.xml doesn't work > AccountAction_Payment-validation.xml doesn't work Are the underscores typos? No typos. I am graspin

Re: [S2] Validation setup

2007-04-05 Thread Dave Newton
--- Skip Hollowell <[EMAIL PROTECTED]> wrote: > I had the whole validation thing working great, and > then I had to go and get 'fancy' with my Actions and > aliases, That'll teach ya'! > AccountAction_payment-validation.xml doesn't work > AccountAction_Payment-validation.xml doesn't work Are t

[S2] Validation setup

2007-04-05 Thread Skip Hollowell
I had the whole validation thing working great, and then I had to go and get 'fancy' with my Actions and aliases, and now, I can't seem to get my validator xml files named correctly... method="list"> name="success">/WEB-INF/jsp/UC01-EnterPayment.jsp