Re: logic:messagesPresent not working for nestedProperty

2006-07-19 Thread fea jabi
om: Laurie Harper <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: Re: logic:messagesPresent not working for nestedProperty Date: Thu, 13 Jul 2006 15:39:03 -0400 Are you sure the messsges are stored as error messages? What happens if

Re: logic:messagesPresent not working for nestedProperty

2006-07-18 Thread Laurie Harper
ot;true" on the logic:messagesPresent and html:messages tags But not sure when this has to be given? ActionMessages are saved have to give this??? Thanks. From: Laurie Harper <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: Re: l

Re: logic:messagesPresent not working for nestedProperty

2006-07-14 Thread fea jabi
iling List" To: user@struts.apache.org Subject: Re: logic:messagesPresent not working for nestedProperty Date: Thu, 13 Jul 2006 15:39:03 -0400 Are you sure the messsges are stored as error messages? What happens if you include messages="true" on the logic:messagesPresent and html:messages ta

Re: logic:messagesPresent not working for nestedProperty

2006-07-13 Thread Laurie Harper
Are you sure the messsges are stored as error messages? What happens if you include messages="true" on the logic:messagesPresent and html:messages tags? L. fea jabi wrote: Validator messages are not getting displayed in JSP. When debugged the code i.e JSP, I see the RequestAttributes does c

RE: logic:messagesPresent not working for nestedProperty

2006-07-13 Thread fea jabi
Validator messages are not getting displayed in JSP. When debugged the code i.e JSP, I see the RequestAttributes does contain the ActionErrors object and the also the messages in it. the message has Key is ___ "hrs[1].adHrs" value is _ "lbl.notvalidnumber" have the below in the JSP