Alireza Fattahi created WW-4432:
-----------------------------------
Summary: The %{#attr.counter.index} is not working
Key: WW-4432
URL: https://issues.apache.org/jira/browse/WW-4432
Project: Struts 2
Issue Type: Bug
Reporter: Alireza Fattahi
Fix For: 2.3.20
Below code is not working in struts 2.3.20
<c:forTokens items="${images}" delims="," var="imagevar" varStatus="counter"
begin="1">
<s:text name="site.intro.intro%{#attr.counter.index}.caption"/>
</c:forTokens>
The %{#attr.counter.index} is not returning any value and no exception is
thrown in the log the below message is shown:
WARN ognl.SecurityMemberAccess Package of target
[javax.servlet.jsp.jstl.core.LoopTagSupport$1Status@680cabbd] or package of
member [public int
javax.servlet.jsp.jstl.core.LoopTagSupport$1Status.getIndex()] are excluded!
When I set struts.excludedPackageNamePatterns to empty, it works!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)