Uploaded image for project: 'Struts 2'
  1. Struts 2
  2. WW-4432

The %{#attr.counter.index} is not working

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.3.20
    • 2.3.24
    • XML Configuration
    • None

    Description

      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!

      Attachments

        Activity

          People

            lukaszlenart Lukasz Lenart
            afattahi Alireza Fattahi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: