RE: NullPointerException while extending DynaValidatorForm

2002-09-11 Thread Robert Taylor
the form. robert -Original Message- From: Jan Fetyko [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 11:32 AM To: struts Subject: Re: NullPointerException while extending DynaValidatorForm Looks like nobody has a recommendation on how to resolve issue described below

Re: NullPointerException while extending DynaValidatorForm

2002-09-11 Thread Jan Fetyko
to convey that the NPE is not because the form is null. If this is not the case, you should allow Struts to create the form. robert -Original Message- From: Jan Fetyko [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 11:32 AM To: struts Subject: Re: NullPointerException while

RE: NullPointerException while extending DynaValidatorForm

2002-09-11 Thread Robert Taylor
To: struts Subject: Re: NullPointerException while extending DynaValidatorForm Looks like nobody has a recommendation on how to resolve issue described below ( at least till now). Is this working at all OR is this still a bug in the Beta version ? So, should I stick with the old forms

NullPointerException while extending DynaValidatorForm

2002-09-10 Thread Jan Fetyko
Hi all, I have a problem setting values of a form in my action. The form extends the org.apache.struts.validator.DynaValidatorForm. The struts-config.xml defines all the properties of the form except 2, that are defined in the actual Java source of the form. This is the error I'm getting :

Re: NullPointerException while extending DynaValidatorForm

2002-09-10 Thread micael
You are not initializing a variable for an object. I know that is rather obvious, but sometimes the obvious helps. I hope it does here. At 09:53 AM 9/10/2002 -0400, you wrote: Hi all, I have a problem setting values of a form in my action. The form extends the