Question

I've seen in some examples (e.g. [this][1][1]: http://www.ibm.com/developerworks/java/library/j-jsf2fu3/) that subcomponent can see attributes of parent component using 'cc.parent.attrs'. However, it is not work for me. What can be the reason?

Was it helpful?

Solution

Maybe it is this bug? JSF issue 1689.

OTHER TIPS

you can pass necessary params through tag to the child component, if the param count is not so great.

It is a bug 1689 and it is fixed in 2.0.3.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top