Re: Ajax update of a composite component within ui:repeat doesn't work

2012-04-17 Thread Marcus Büttner
: Monday, April 16, 2012 6:32 PM Subject: Re: Ajax update of a composite component within ui:repeat doesn't work Hi There was two issues solved in 2.1.7 related to ui:repeat: https://issues.apache.org/jira/browse/MYFACES-3415 [ui:repeat] field value disappears if validation error

Ajax update of a composite component within ui:repeat doesn't work

2012-04-16 Thread Marcus Büttner
Hi, This following example works with MyFaces 2.1.6 but not with 2.1.7. mycc.xhtml: cc:interface cc:attribute name=state type=ExampleModel.State/ /cc:interface cc:implementation h:selectBooleanCheckbox value=#{cc.attrs.state.state} f:ajax execute=@this render=@form/

Re: Ajax update of a composite component within ui:repeat doesn't work

2012-04-16 Thread Leonardo Uribe
Hi There was two issues solved in 2.1.7 related to ui:repeat: https://issues.apache.org/jira/browse/MYFACES-3415 [ui:repeat] field value disappears if validation error exists on current site https://issues.apache.org/jira/browse/MYFACES-3463 Refactor UIRepeat code to implement PSS algorithm

Re: Ajax update of a composite component within ui:repeat doesn't work

2012-04-16 Thread Mark Struberg
To: MyFaces Discussion users@myfaces.apache.org Cc: Sent: Monday, April 16, 2012 6:32 PM Subject: Re: Ajax update of a composite component within ui:repeat doesn't work Hi There was two issues solved in 2.1.7 related to ui:repeat: https://issues.apache.org/jira/browse/MYFACES-3415

Re: Ajax update of a composite component within ui:repeat doesn't work

2012-04-16 Thread Leonardo Uribe
@myfaces.apache.org Cc: Sent: Monday, April 16, 2012 6:32 PM Subject: Re: Ajax update of a composite component within ui:repeat doesn't work Hi There was two issues solved in 2.1.7 related to ui:repeat: https://issues.apache.org/jira/browse/MYFACES-3415 [ui:repeat] field value disappears