Re: extending ValidationForm instead of ValidatorActionForm

2006-05-13 Thread Niall Pemberton
nal Message- > From: josh t [mailto:[EMAIL PROTECTED] > Sent: Friday, May 12, 2006 3:47 PM > To: Struts Users Mailing List > Subject: RE: extending ValidationForm instead of ValidatorActionForm > > > Sure. Here is the relevent section of my validation.xml and > strut

RE: extending ValidationForm instead of ValidatorActionForm

2006-05-12 Thread josh t
gt; > But this is not the case. So, I can't really tell why this is happening. > > Harsh. > > -Original Message- > From: josh t [mailto:[EMAIL PROTECTED] > Sent: Friday, May 12, 2006 3:47 PM > To: Struts Users Mailing List > Subject: RE: exten

RE: extending ValidationForm instead of ValidatorActionForm

2006-05-12 Thread josh t
age- > From: josh t [mailto:[EMAIL PROTECTED] > Sent: Friday, May 12, 2006 3:47 PM > To: Struts Users Mailing List > Subject: RE: extending ValidationForm instead of ValidatorActionForm > > > Sure. Here is the relevent section of my validation.xml and > struts-confi

RE: extending ValidationForm instead of ValidatorActionForm

2006-05-12 Thread Gary VanMatre
quest" > msg="errors.required"/> > > > > > > > > "Chaudhary, Harsh" wrote: > Could you also include of you validation.xml and struts-config.xml? > > Harsh. > > -Original Message- > From: josh t [mailto:[EMA

RE: extending ValidationForm instead of ValidatorActionForm

2006-05-12 Thread Chaudhary, Harsh
onsider. Harsh. -Original Message- From: josh t [mailto:[EMAIL PROTECTED] Sent: Friday, May 12, 2006 4:06 PM To: Struts Users Mailing List Subject: RE: extending ValidationForm instead of ValidatorActionForm So are you saying that the only thing that changes when you switch

RE: extending ValidationForm instead of ValidatorActionForm

2006-05-12 Thread josh t
y 12, 2006 3:47 PM To: Struts Users Mailing List Subject: RE: extending ValidationForm instead of ValidatorActionForm Sure. Here is the relevent section of my validation.xml and struts-config.xml. Note that this error only happens when I use ValidationForm. And I have no clue what that excpetion is!

RE: extending ValidationForm instead of ValidatorActionForm

2006-05-12 Thread Chaudhary, Harsh
ay 12, 2006 3:47 PM To: Struts Users Mailing List Subject: RE: extending ValidationForm instead of ValidatorActionForm Sure. Here is the relevent section of my validation.xml and struts-config.xml. Note that this error only happens when I use ValidationForm. And I have no clue what that excpeti

RE: extending ValidationForm instead of ValidatorActionForm

2006-05-12 Thread josh t
ent: Friday, May 12, 2006 2:38 PM To: user@struts.apache.org Subject: extending ValidationForm instead of ValidatorActionForm When my form extends Strut's ValidationForm instead of ValidatorActionForm, I get the following exception when my form gets loaded for the first time. Any idea wha

RE: extending ValidationForm instead of ValidatorActionForm

2006-05-12 Thread Chaudhary, Harsh
Could you also include of you validation.xml and struts-config.xml? Harsh. -Original Message- From: josh t [mailto:[EMAIL PROTECTED] Sent: Friday, May 12, 2006 2:38 PM To: user@struts.apache.org Subject: extending ValidationForm instead of ValidatorActionForm When my form extends

extending ValidationForm instead of ValidatorActionForm

2006-05-12 Thread josh t
When my form extends Strut's ValidationForm instead of ValidatorActionForm, I get the following exception when my form gets loaded for the first time. Any idea what this is? Also, I've copied my sample form here. Please let me know what I'm doing wrong. Many Thanks! MY Form (Do I need the