RE: Validator...the 1001st question...

2005-08-10 Thread Albrecht Leiprecht
recht [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 10, 2005 9:54 PM To: 'Struts Users Mailing List' Subject: RE: Validator...the 1001st question... http://java.sun.com/developer/Books/javaprogramming/struts/struts_chptr_12.p df says : 12.4.3 Custom validator messages A field can

RE: Validator...the 1001st question...

2005-08-10 Thread Albrecht Leiprecht
ssage- From: Duane Rosengartner [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 10, 2005 9:39 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: Validator...the 1001st question... Based on the foll

RE: Validator...the 1001st question...

2005-08-10 Thread Duane Rosengartner
Based on the following... maxlength 20 Try this in yo

RE: Validator...the 1001st question...

2005-08-10 Thread Albrecht Leiprecht
and yes I am [...] test (*this* != "u") [...] Should be [...] test (*this* != "u") [...] If I want to override it's default error message ;) Stopped scratching his head

RE: Validator...the 1001st question...

2005-08-10 Thread Duane Rosengartner
>> shouldn't it show "error.saluation.makechoice" instead ?? It should. Do any of your other messages work, or is it possible that error.saluation.makechoice is not in your .properties file, or worse, the file is not being found in your classes directory? OK, We can assume the file is found if th