That works for me too.

mraible wrote:
> 
> This problem affected me on my current project, but only when I viewed
> pages that weren't processed by Struts and were processed by SiteMesh.
>  In other works, messages.jsp pukes when it doesn't find Struts 2's
> ValueStack in the request.  To fix it, I used:
> 
> <% if (request.getAttribute("struts.valueStack") != null) { %>
> ...
> <% } %>
> 
> I think this is a bug and we should probably enter something in Struts'
> JIRA.
> 
> Matt
> 
> 

-- 
View this message in context: 
http://www.nabble.com/%28Fix-for%29-struts-tags-in-messages.jsp-causing-NPE-stack-trace-using-struts-cleanup-ActionContextCleanUp-tf3399814s2369.html#a9467569
Sent from the AppFuse - User mailing list archive at Nabble.com.

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

Reply via email to