RE: Validator Form and inheritance

2005-07-06 Thread Charles . Gouin-Vallerand
eed to use protected instead of private. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 30, 2005 4:19 PM To: Struts Users Mailing List Subject: RE: Validator Form and inheritance Sorry, the problem is not evident to me. Perhaps you could explain what ha

RE: Validator Form and inheritance

2005-06-30 Thread erikweber
30, 2005 3:16 PM To: user@struts.apache.org Subject: RE: Validator Form and inheritance I was using the validation for other form and it's work fine. I just have difficulty to validate field from a extend class. There is a snippet of my code : The declaration in the

RE: Validator Form and inheritance

2005-06-30 Thread Charles . Gouin-Vallerand
e 30, 2005 3:00 PM To: Struts Users Mailing List Subject: Re: Validator Form and inheritance I take it you are using the Validator plugin? Do you have the xml files setup correctly? Is there a form-bean defined as type AddBottleForm? Is this the type you specify in your action mapping? Does vali

Re: Validator Form and inheritance

2005-06-30 Thread erikweber
I take it you are using the Validator plugin? Do you have the xml files setup correctly? Is there a form-bean defined as type AddBottleForm? Is this the type you specify in your action mapping? Does validation.xml have the correct entry for AddBottleForm, according to the name you gave it in st