Re: ExtVal: ELHelper composite component problem

2010-06-02 Thread Rene Stehr
://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/6/2 Rene Stehr why-de...@gmx.de Hello, I am using the ELHelper class in order to achieve information about the value binding

Re: ExtVal: ELHelper composite component problem

2010-06-02 Thread Rene Stehr
could have something similar and that could be the source of the problem. regards, Leonardo Uribe 2010/6/2 Rene Stehr why-de...@gmx.de Dear Gerhard, thank you for the quick reply. I am using the ExtVal library in my custom code to get further information about the value

Re: ExtVal: ELHelper composite component problem

2010-06-02 Thread Rene Stehr
powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/6/2 Rene Stehr why-de...@gmx.de Hello, I need for each UIInput object the backing bean and the attribute name that are bound to this component. A simple

SOLVED: ExtVal: ELHelper composite component problem

2010-06-02 Thread Rene Stehr
2010/6/2 Rene Stehr why-de...@gmx.de Hello, I need for each UIInput object the backing bean and the attribute name that are bound to this component. A simple example: // sample Backing Bean @ManagedBean(name=person) class Person{ private String name; private String

ExtVal: ELHelper composite component problem

2010-06-01 Thread Rene Stehr
Hello, I am using the ELHelper class in order to achieve information about the value binding of UIComponents (the binded attribute and the corresponding backing bean). This information can be received by the method „ELHelper.getPropertyDetailsOfValueBinding(UIComponent)“, which returns a