Re: Help with DynaActionForm

2005-01-10 Thread Pedro Salgado
ion input. try a simple form at first... with only one rule and see what happens. check the files on attachment ;). Pedro Salgado > > Uma > > -Original Message- > From: Pedro Salgado [mailto:[EMAIL PROTECTED] > Sent: Monday, January 10, 2005 5:29 AM > To:

RE: Help with DynaActionForm

2005-01-10 Thread Uma
: Monday, January 10, 2005 5:29 AM To: Struts Users Mailing List Subject: Re: Help with DynaActionForm check commons-validator. declare the commons-validator plugin on your struts-config.xml. use the validator-rules to specify validation rules (basic copy paste). use the validation.xml to

Re: Help with DynaActionForm

2005-01-10 Thread Pedro Salgado
check commons-validator. declare the commons-validator plugin on your struts-config.xml. use the validator-rules to specify validation rules (basic copy paste). use the validation.xml to specify the rules that apply to which fields on a form. on your jsp use . Pedro Salgado On 10/1/