I'm trying to sublayout a admin menu likewise to
http://tapestry.apache.org/layout-component.html.
But cannot get it to work.

Layout.tml with some links and a <t:delegate to="adminmenu">.
SubLayout.tml with t:type="layout" and <p:adminmenu>...some links
</p:adminmenu>


Admin.tml with t:type="sublayout"

Result:
Exception assembling embedded component 'layout'.
Could not convert 'adminmenu' into a component parameter binding: Exception
generating conduit for expression 'adminmenu': Class my.app.Layout does not
contain a property (or public field) named 'adminmenu'.


I think I did it in the way described within the Tapestry link. What could I
be doing wrong?



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Subtemplates-are-not-found-exception-tp5717333.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to