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
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
Based on the following...
maxlength
20
Try this in yo
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
>> 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
5 matches
Mail list logo