Re: passing input form value to error message

2006-06-22 Thread Niall Pemberton
There isn't a way to display input values using the validator framework. Also if you did it could potentially lead to your site having an XSS vulnerability: http://wiki.apache.org/struts/StrutsXssVulnerability Niall On 6/20/06, Dhanasekaran Vivekanandhan [EMAIL PROTECTED] wrote: Hi All, I am

RE: passing input form value to error message

2006-06-21 Thread Mukta
You may refer http://struts.apache.org/struts-doc-1.2.4/userGuide/dev_validator.html -Original Message- From: Dhanasekaran Vivekanandhan [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 12:28 PM To: user@struts.apache.org Subject: passing input form value to error message Hi

passing input form value to error message

2006-06-20 Thread Dhanasekaran Vivekanandhan
Hi All, I am using struts1.2.9, and one of the form input value is date field and i want to show the error message, Date entered,0909200 is not a valid date, if the date entered in the form is 0909200. I am using the datePattern validator plugin.I dont know how to pass the user input date value