You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Kruse, Matt" <MK...@aquent.com> on 2003/06/02 16:43:50 UTC

RE: how to print ActionMessages that were saved in an Action?

> <html:messages id="message">
> 	<bean:write name="message" />
> </html:messages>

Try this:

<html:messages id="message" message="true">
	<bean:write name="message" />
</html:messages>


Matt Kruse