Re: [VOTE] release of MyFaces Core 2.2.3

2014-04-11 Thread Werner Punz
+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

[jira] [Created] (MYFACES-3881) CLIENT_WINDOW_MODE generates new windowid even if one exists

2014-04-11 Thread Rene O (JIRA)
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

[jira] [Commented] (MYFACES-3881) CLIENT_WINDOW_MODE generates new windowid even if one exists

2014-04-11 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13966426#comment-13966426 ] Leonardo Uribe commented on MYFACES-3881: - I don't think it can be a bug. F5

Re: RestoreView Problem after dynamically added component

2014-04-11 Thread Leonardo Uribe
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

Re: RestoreView Problem after dynamically added component

2014-04-11 Thread Leonardo Uribe
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 model