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
properties). Fernando - Original Message - From: "Peter Onthrops" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 31, 2002 3:37 PM Subject: please help - validator null pointer > > I am having problems installing the validator. I am getting a N

please help - validator null pointer

2002-05-31 Thread Peter Onthrops
I am having problems installing the validator. I am getting a NullPointerException (see below) in the validate method of ...commons.validator.Validator. I followed the install instructions and just can't figure out what is causing the exception. Has anyone encountered this? --