Re: How to check for error message in jsp

2006-06-22 Thread Scot Hale
ailing List Subject: How to check for error message in jsp Hi, I am using in the jsp page and using date validator plugin ,and it is showing error message as mentioned in the MessageResources.properties file.My question is I want to show ,hide some fields in the jsp page if error is occured.How to c

RE: How to check for error message in jsp

2006-06-22 Thread Givler, Eric
ginal Message- From: Dhanasekaran Vivekanandhan [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 4:23 AM To: Struts Users Mailing List Subject: How to check for error message in jsp Hi, I am using in the jsp page and using date validator plugin ,and it is showing error message as ment

Re: How to check for error message in jsp

2006-06-22 Thread Niall Pemberton
You can use the and tags to do this - probably combined with the "property" element for specific fields: http://struts.apache.org/struts-action/struts-taglib/tlddoc/logic/messagesPresent.html Niall On 6/21/06, Dhanasekaran Vivekanandhan <[EMAIL PROTECTED]> wrote: Hi, I am using in the jsp p

How to check for error message in jsp

2006-06-21 Thread Dhanasekaran Vivekanandhan
Hi, I am using in the jsp page and using date validator plugin ,and it is showing error message as mentioned in the MessageResources.properties file.My question is I want to show ,hide some fields in the jsp page if error is occured.How to check in the jsp page if there is any error occured. any h