[jira] [Commented] (MYFACES-4082) Composite binding don't works ...

2018-11-06 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/MYFACES-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16677342#comment-16677342
 ] 

ASF GitHub Bot commented on MYFACES-4082:
-

luigiJsonar commented on issue #18: MYFACES-4082 Fix 'binding' when referencing 
composite components
URL: https://github.com/apache/myfaces/pull/18#issuecomment-436426070
 
 
   Applied the suggested changes and it works fine.


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)


[jira] [Commented] (MYFACES-4082) Composite binding don't works ...

2018-10-22 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/MYFACES-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16659607#comment-16659607
 ] 

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-431914558
 
 
   @luigiJsonar 
   
   Could you please try this:
   
   https://gist.github.com/tandraschko/2f8e15bcbf8affc63df26b25f9259584
   
   If it works fine, i will apply it


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)


[jira] [Commented] (MYFACES-4082) Composite binding don't works ...

2018-10-22 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/MYFACES-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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)


[jira] [Commented] (MYFACES-4082) Composite binding don't works ...

2018-08-26 Thread Luigi Labigalini (JIRA)


[ 
https://issues.apache.org/jira/browse/MYFACES-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16593007#comment-16593007
 ] 

Luigi Labigalini commented on MYFACES-4082:
---

Hello,

Same thing here, tried to set the binding property with a composite component 
and it didn't work.

I read some of the code that handles components 
(ComponentTagHandlerDelegate.java, ComponetiComponentResourceTagHandler.java, 
...) and added the code that sets the binding value for the composite component.

I'd like to contribute but I'm not sure how to do it. I opened a Pull Request 
on myfaces's git repo. if there's anything else I can do please let me know.

[PR - MYFACES-4082|https://github.com/apache/myfaces/pull/18]

Thank you!

> 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)


[jira] [Commented] (MYFACES-4082) Composite binding don't works ...

2018-08-26 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/MYFACES-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16593006#comment-16593006
 ] 

ASF GitHub Bot commented on MYFACES-4082:
-

luigiJsonar opened a new pull request #18: MYFACES-4082 Fix 'binding' when 
referencing composite components
URL: https://github.com/apache/myfaces/pull/18
 
 
   Code that 'sets' the value of the binding attribute for composite 
components. Inspired on:
   
org.apache.myfaces.view.facelets.tag.jsf.ComponentTagHandlerDelegate#createComponent


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)


[jira] [Commented] (MYFACES-4082) Composite binding don't works ...

2017-08-16 Thread Leonardo Uribe (JIRA)

[ 
https://issues.apache.org/jira/browse/MYFACES-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16128834#comment-16128834
 ] 

Leonardo Uribe commented on MYFACES-4082:
-

I think use "binding" to reference composite components has never worked, in 
both myfaces and ri implementations. What people usually do is use the 
"binding" of the surrouding panelGroup, which is a normal component or add the 
composite component dynamically using the known trick found inside myfaces test 
files. The code that does the "binding" magic is in ComponentDelegateHandler 
and the one related to restore view (lifecycle)

> 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
>
> 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
(v6.4.14#64029)


[jira] [Commented] (MYFACES-4082) Composite binding don't works ...

2017-08-16 Thread Thomas Andraschko (JIRA)

[ 
https://issues.apache.org/jira/browse/MYFACES-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16128821#comment-16128821
 ] 

Thomas Andraschko commented on MYFACES-4082:


Yep, replicated it.
[~lu4242] Could you give me a hint where this should be handled? I never touch 
the MyFaces code in this area.

> 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: Critical
>
> 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
(v6.4.14#64029)