Discussion:
[Stripes-dev] [JIRA] Created: (STS-920) LayoutRenderTag 101 context null
Cris (JIRA)
11 years ago
Permalink
LayoutRenderTag 101 context null
--------------------------------

Key: STS-920
URL: http://www.stripesframework.org/jira/browse/STS-920
Project: Stripes
Issue Type: Bug
Reporter: Cris
Priority: Minor


I've found a very strange issue,

When I use Layout Render and put Name first, it works fine,

<stripes:layout-render name="test.jsp" items="${items}"/>

but when I put a dynamic attribute first and "name" second, it crashes..

<stripes:layout-render items="${items}" name="test.jsp" />

I get a null pointer exception for the "context" in LayoutRenderTag:101. I only found this to happen on Tomcat 7.0.29 , on 7.0.53 it is working fine..
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Loading...