Re: Problem using validator framework

2005-06-03 Thread Nitesh
How much careless one can be!!! The problem was with the form name in validation.xml (userListAdmin instead of UserListAdmin) :) - Original Message - From: "Nitesh" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, June 03, 2005 12:40

Problem using validator framework

2005-06-03 Thread Nitesh
I'm trying to use the validator framework. for client and server side validations. I'm using Struts 1.1. I have in my struts-config.xml a form which look like... public class SampleDynaForm extends DynaValidatorForm { /** * Constructor */ public SampleDynaF