Re[2]: NullPointerException when using DynaValidatorForm

2002-09-04 Thread Rick Reumann
On Wednesday, September 4, 2002, 10:27:08 AM, Ashish Kulkarni wrote: AK> HI AK> Here is my jsp page, this has only one drop down box, AK> AK> AK> AK> AK> AK> So what may be the problem Are you sure you have teh "beanCollection" property defined in your form definition in you con

Re: NullPointerException when using DynaValidatorForm

2002-09-04 Thread Ashish Kulkarni
HI Here is my jsp page, this has only one drop down box, my struts-config.xml file looks like this Login Sign out So what may be the problem Ashish Rick Reumann wrote: On Tuesday, September 3, 2002, 4:37:30 PM, Ashish wrot

Re: NullPointerException when using DynaValidatorForm

2002-09-03 Thread Rick Reumann
On Tuesday, September 3, 2002, 4:37:30 PM, Ashish wrote: AK> I get NullPointerException when i load the form AK> java.lang.NullPointerException AK> at org.apache.struts.action.DynaActionForm.getDynaProperty(DynaActionForm.java:551) What's the JSP page look like? Maybe

NullPointerException when using DynaValidatorForm

2002-09-03 Thread Ashish Kulkarni
Hi, following is my jsp definiation amd struts-config definition. I get NullPointerException when i load the form java.lang.NullPointerException at org.apache.struts.action.DynaActionForm.getDynaProperty(DynaActionForm.java:551) at org.apache.struts.action.D