Andrew Robinson created TRINIDAD-2430:
-----------------------------------------

             Summary: ForEach looses varStatus data if JSP tags are not executed
                 Key: TRINIDAD-2430
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2430
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 2.1.1-core
            Reporter: Andrew Robinson
            Assignee: Andrew Robinson


the ForEachTag has a phase listener that removes unused iteration data 
(varStatus data). If a 3rd party JSF library skips JSP tag execution during a 
request, that code assumes the ForEachTag is no longer used. The result is the 
data is thrown out when it should not need to be.

There should be a way to allow such a library notify Trinidad that the JSP tags 
are not being executed so that the information is not cleaned up.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to