"Matt Read" <[EMAIL PROTECTED]> writes:
> Could anyone tell me what the struts equivalent of this scriplet should be?
>
> <%
> if (request.getAttribute("messages") != null) {
> out.println((String) request.getAttribute("messages"));
> }
> %><bean:write name="messages" ignore="true"/> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

