[ https://issues.apache.org/jira/browse/MYFACES-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16659602#comment-16659602 ]
ASF GitHub Bot commented on MYFACES-4082: ----------------------------------------- tandraschko commented on issue #18: MYFACES-4082 Fix 'binding' when referencing composite components URL: https://github.com/apache/myfaces/pull/18#issuecomment-431913183 @luigiJsonar the ComponentTagHandlerDelegate contains the following, before setting the value: if (PhaseId.RESTORE_VIEW.equals(faces.getCurrentPhaseId())) Could you please if it makes sense to add this if? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Composite binding don't works ... > --------------------------------- > > Key: MYFACES-4082 > URL: https://issues.apache.org/jira/browse/MYFACES-4082 > Project: MyFaces Core > Issue Type: Bug > Affects Versions: 2.2.3, 2.2.11 > Environment: Debian 8.2 > JDK 1.8 > Netbeans 8.1 > Reporter: NCister > Priority: Major > > I've just tried to set binding of a simple composite. > It don't works :-( > To manage the componentType methods from user page the only way is to use > ViewRoot.findComponent ..... -- This message was sent by Atlassian JIRA (v7.6.3#76005)