Re: Validator doubt

2004-03-05 Thread Adam Hardy
On 03/05/2004 12:33 PM MOHAN RADHAKRISHNAN wrote:
 
 
 
  
So if I input a value that is not a integer in this particular field I
should see a message specified by 
Why are specifying a different msg key? There is a default one already 
'errors.integer', if you have put it in your ApplicationResources.

Adam
--
struts 1.1 + tomcat 5.0.16 + java 1.4.2
Linux 2.4.20 Debian
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Validator doubt

2004-03-05 Thread MOHAN RADHAKRISHNAN
Hi

My validator only works for 'required' fields. Eventhough I have the
following in the same XML it is not working. Is this right ? My
configuration is right because the same validator works for 'required'
fields.


 
 
 
  

So if I input a value that is not a integer in this particular field I
should see a message specified by 

Thanks
Mohan


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]