Dave Hallam <[EMAIL PROTECTED]> wrote on 05/06/2004 11:16:17 AM:

> Hi,
> 
> I've got a page which uses tiles to load another jsp as part of the
> page body.  In the tiled jsp there is a form that I validate.  If I
> create ActionErrors in the form validation, I can render the
> <html:errors/> correctly in the main jsp page but nothing appears in
> the tiled jsp (which is where I actually want the data to appear).
> 
> Can anyone help?  I know the resource is there and that the errors
> are present as they appear at the top of the main page - they just
> don't appear in the tile.
>

Dave, are you using Struts 1.1? Does adding something similar to the 
following code in your JSP tile do anything?

<logic:messagesPresent>
<UL>
<html:messages id="error">
<LI><bean:write name="error"/></LI>
</html:messages>
</UL> 
</logic:messagesPresent>

Are you and Ganesh working on the same issue? :)

Hope that helps,
Susan Bradeen
 
> Thanks very much,
> 
> Dave
> 
> 
> 
> 
> 
> ____________________________________________________________
> Yahoo! Messenger - Communicate instantly..."Ping" 
> your friends today! Download Messenger Now 
> http://uk.messenger.yahoo.com/download/index.html
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to