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


[GitHub] luigiJsonar opened a new pull request #18: MYFACES-4082 Fix 'binding' when referencing composite components

2018-08-26 Thread GitBox
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


With regards,
Apache Git Services