Does anybody know how to pass a prop:value from the component back to the page? I know how to do this very easily from the page to the component, just not in reverse.
I tried ***Custom Component*** <div title="prop:title" ***Page*** <t:Layout title="title" <t:mycomponent title="title" @Parameter(required = true) @Property private String title; ***Layout component*** <t:Layout title="title" @Parameter(required = true) @Property private String title; -- View this message in context: http://tapestry.1045711.n5.nabble.com/Pass-component-property-into-page-tp4620541p4620541.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