Pages don't have parameters. It's not really clear to me from your example what it is you're trying to do.
Are you trying to have your component define the title of the page? On Thu, Jul 21, 2011 at 11:22 AM, George Christman <gchrist...@cardaddy.com> wrote: > 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 > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org