Hi
The problem of c:forEach is a long story. I'll try to make a summary. This tag
originally came from JSP, and then it was somewhat "copied" into facelets,
together with other tags. But the copy in facelets had a problem: it doesn't
store the "model" internally (JSP variant does). Instead, the mo
Hi
It seems the example works under this configurations on 2.1.x branch:
1. Set javax.faces.PARTIAL_STATE_SAVING to false.
or
2. Add the page in javax.faces.FULL_STATE_SAVING_VIEW_IDS (disable PSS
on the related page only).
or
3. Set org.apache.myfaces.REFRESH_TRANSIENT_BUILD_ON_PSS_PRESERVE_
[
https://issues.apache.org/jira/browse/MYFACES-3881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13966426#comment-13966426
]
Leonardo Uribe commented on MYFACES-3881:
-
I don't think it can be a bug. F5 mea
Rene O created MYFACES-3881:
---
Summary: CLIENT_WINDOW_MODE generates new windowid even if one
exists
Key: MYFACES-3881
URL: https://issues.apache.org/jira/browse/MYFACES-3881
Project: MyFaces Core
+1
Am 08.04.14 17:11, schrieb Leonardo Uribe:
Hi,
I was running the needed tasks to get the 2.2.3 release of Apache
MyFaces core out.
The artifacts passed the TCK test of Feb 2013 (jsftck-2.2_26-Feb-2013.zip).
Please note that this vote concerns all of the following parts:
1. Maven artifact