Re: html:errors and manual iterate

2004-12-12 Thread Sunny
You might need to pass one more argument namely "message" to the tag . If you've saved a message in struts scode with your OWN key, you should pass message='true' if this message has been saved into struts scope using ExceptionHandler.saveException() method, you can pass message = 'false' r

Re: html:errors and manual iterate

2004-12-11 Thread Erik Weber
essages to find out if the message is empty or not in the JSP. Thanks, Leonard - Original Message ----- From: "Laconia Data Systems" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, December 11, 2004 5:37 AM Subject: Re:

Re: html:errors and manual iterate

2004-12-11 Thread StrutsUser
Saturday, December 11, 2004 5:37 AM Subject: Re: html:errors and manual iterate Leonard- The Action class getErrors() method returns the contents of ActionErrors or creates new ActionMessages object http://struts.apache.org/api/org/apache/struts/action/Action.html Is this what you're lookin

Re: html:errors and manual iterate

2004-12-11 Thread Laconia Data Systems
Leonard- The Action class getErrors() method returns the contents of ActionErrors or creates new ActionMessages object http://struts.apache.org/api/org/apache/struts/action/Action.html Is this what you're looking for? Martin- - Original Message - From: "StrutsUser" <[EMAIL PROTECTED]> To: