Re: please help - validator null pointer

2002-05-31 Thread Fernando Esteban Barril Otero
ple login form example if you are interested. Hope this help, Fernando - Original Message - From: "Chen, Dean (Zhun)" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, May 31, 2002 4:18 PM Subject: RE: pleas

RE: please help - validator null pointer

2002-05-31 Thread Chen, Dean (Zhun)
ban Barril Otero [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 2:51 PM To: Struts Users Mailing List Subject: Re: please help - validator null pointer Try to put the dynamic="true" attribute in your form-bean definition. (MyForm extends ValidatorForm) I was getting a NullPoi

Re: please help - validator null pointer

2002-05-31 Thread Fernando Esteban Barril Otero
Try to put the dynamic="true" attribute in your form-bean definition. (MyForm extends ValidatorForm) I was getting a NullPointerException in the getDynaClass() method inside the validate() and it worked after I put the dynamic attribute (which tells that the bean have dynamic properties). Fern