I haven't tried it, but would something like this work?
<field property="emailField" depends="email">
<arg0 key="${var:emailField}" resource="false"/>
</field>
-----Original Message-----
From: Jeroen Breedveld [mailto:[EMAIL PROTECTED]
Sent: Friday, October 03, 2003 08:53
To: 'Struts Users Mailing List'
Subject: RE: Simple validator question
Hi Jeff,
|| -----Original Message-----
|| From: Jeff Kyser [mailto:[EMAIL PROTECTED]
|| Sent: vrijdag 3 oktober 2003 14:24
|| To: Struts Users Mailing List
|| Subject: Re: Simple validator question
||
...
|| <field property="emailField" depends="email" >
|| <arg0 key="validateForm.emailField.errorname"/>
|| </field>
||
|| other pertinent entries (for the code above) in the
|| ApplicationResources.properties file:
||
|| validateForm.emailField.errorname=Foo
Thanks for your help but this is not what I meant. I've probably not
been clear enough. I do not want the string 'foo' to come from a
resource file but it has to be what the user entered in the html:text
input box and which was invalidated by the validator framework.
So if a user enters '[EMAIL PROTECTED]' as emailaddress the error message should
read '[EMAIL PROTECTED] is an invalid email address'
When a user enters '[EMAIL PROTECTED]' the error message should read '[EMAIL
PROTECTED] is
an invalid email address'
Thanks and regards,
Jeroen
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]