That made it work. Thanks, Mohan
"Hubert Rabago"
<[EMAIL PROTECTED]
m> To
"Struts Users Mailing List"
03/06/2006 12:02 <[email protected]>
PM cc
Subject
Please respond to Re: Problem getting Validator
"Struts Users plugin to work
Mailing List"
<[EMAIL PROTECTED]
he.org>
On 3/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> <form-bean name="SalesProspectForm"
> type="com.globallink.glr.dataentryweb.form.AddSalesProspectForm">
> public class AddSalesProspectForm extends ValidatorForm
> <form name="AddSalesProspect">
Since you're extending ValidatorForm, Validator will try to find
validation rules based on the declared form name.
Try using
<form name="SalesProspectForm">
in your validator.xml file.
Hubert
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

