Could anyone tell me what the struts equivalent of this scriplet should be?

<%
        if (request.getAttribute("messages") != null) {
                out.println((String) request.getAttribute("messages"));
        }
%>

Thanks,
Matt.

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

Reply via email to