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/

Help with DynaActionForm

2005-01-10 Thread Kalluru Uma. Maheswar
Hi, I posted the same question last week but could not get any reply. Can someone help me please? How do I validate if a field is entered or not using the DynaActionForm? My HTML form has and buttons. I want to check if the user has entered some text in the text field and that he has sel