webtier@glassfish.java.net

Re: [webtier] Composite component bean class as attribute

From: <webtier_at_javadesktop.org>
Date: Fri, 22 May 2009 01:48:07 PDT

Yes, you are right.
I have call controller "child" attributes directly:
<cc:implementation>
    <h:inputText value="#{[b]compositeComponent.attrs.number1[/b]}"/>
</cc:implementation>

it should be accessed as:
<cc:implementation>
    <h:inputText value="#{[b]compositeComponent.attrs.controller.number1[/b]}"/>
</cc:implementation>

Thanks for help.
[Message sent by forum member 'b_b' (b_b)]

http://forums.java.net/jive/thread.jspa?messageID=347275