Hi guys Just FYI, I have been working on this issues:
- https://issues.apache.org/jira/browse/MYFACES-3329 Fix PSS algorithm to ensure c:if and ui:include src="#{...}" related use cases will work without rely on org.apache.myfaces.REFRESH_TRANSIENT_BUILD_ON_PSS_PRESERVE_STATE - https://issues.apache.org/jira/browse/MYFACES-3330 Generate small generated unique ids for components without explicit ids - https://issues.apache.org/jira/browse/MYFACES-3331 Identifier stored on MARK_CREATED should be unique per component on the same I attached a patch with junit test cases for all three issues in MYFACES-3329 for 2.0.x and 2.1.x branches. If no objections I'll commit the code soon. The most relevant points are: 1. generated component unique ids will be changed. 2. unique id stored on MARK_CREATED (c:if add/remove algorithm) will be changed. 3. tags like c:if, ui:include src="#{...}" will store its initial evaluation into viewRoot state. Since patch suppose an important change, the best is notify the community about it. Suggestions are welcome. regards, Leonardo Uribe
