You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by #Cyrille37# <cy...@gmail.com> on 2007/07/01 22:38:37 UTC

[T4] ognl: inner component refer container component

Hi,

There is a component which contains an inner component. In the inner 
component I try to refer a property defined in the container component.

It works in the inner component html :
    <span jwcid="@Insert" value="ognl:container.currentList"/>

but it doesn't works in the inner component jwc specification file :
    <property name="currentList" 
initial-value="ognl:container.currentList" />
in the html file the "currentList" property is empty
.
Any correction for me please ?
Thanks a lot
cyrille

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org