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
your own... Change: mailto:[EMAIL PROTECTED] Sent: Wednesday, August 10, 2005 2:23 PM To: 'Struts Users Mailing List' Subject: Validator...the 1001st question... Hi all, I'm curious ... shouldn't it be possible to override the default error message assigned to a validato

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

2005-08-10 Thread Albrecht Leiprecht
) Stopped scratching his head albi -Original Message- From: Albrecht Leiprecht [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 10, 2005 9:23 PM To: 'Struts Users Mailing List' Subject: Validator...the 1001st question... Hi all, I'm curious ... shouldn't it be po

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

2005-08-10 Thread Duane Rosengartner
D] Sent: Wednesday, August 10, 2005 2:23 PM To: 'Struts Users Mailing List' Subject: Validator...the 1001st question... Hi all, I'm curious ... shouldn't it be possible to override the default error message assigned to a validator rule ? Here's the example: valida

Validator...the 1001st question...

2005-08-10 Thread Albrecht Leiprecht
Hi all, I'm curious ... shouldn't it be possible to override the default error message assigned to a validator rule ? Here's the example: validator.xml [...] test (*this* != "u") [...] validator-rules.xml [...] [...] I understand, t