Re: Validation-Substituting Values Question

2004-05-05 Thread Johannes Wolfgang Woger
David Erickson wrote: Hi I am using some ValidatorActionForms.. here's an example of my validation mapping: say than in your Applicaltinresources.properies: name.of.my.email=" this email" error.email.format="has a wrong format" my message looks like error.email.format={0} is no

Validation-Substituting Values Question

2004-04-02 Thread David Erickson
Hi I am using some ValidatorActionForms.. here's an example of my validation mapping: my message looks like error.email.format={0} is not a valid e-mail address. What I'm wondernig is how do I substitute the actual value they inputted into the message using the validate.xml? I know