Hello Everybody.
Could you help me with Struts validation.

this is block from validation.xml

   <field property="email" depends="required,email">
    <arg key="i_nee_to_have_email_property_value_here" name="email" 
resource="false" />
   </field>

I want to show in error message in jsp value of property email, that user has 
entered.
like if user entered [EMAIL PROTECTED]
i want to show error message
[EMAIL PROTECTED] is invalid

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

Reply via email to