Hi

I have defined a Clay component:

<component jsfid="resultattabs" extends="clay" id="resultattabs"
allowBody="false">
        <attributes>
           <set name="jsfid" value="RUNTIME"/>
           <set name="managedBeanName" value="@managed-bean-name"/>
           <set name="shapeValidator"
value="[EMAIL PROTECTED]"/> 
        </attributes>
</component>

Where @managed-bean-name is set to the faces defined managed bean
open$arrangement.

I would have thought that Clay would resolve this to for instance
myBean.createTabs, but I am getting an error :

Exception while invoking expression #{open$arrangement.createTabs}

Hermod


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to