Hello everyone, 
   How can I allow "Page" information to be part of the component markup
output? Take for example the zone component: 
<t:zone t:id="someId" id="pageId">   --> component 
  this is the time on day ${timeOfDay}  -> this value comes from the Page
containing the component
</t:zone>

When I write my own component, how can I pass additional "data" to be
included in the rendering of this component?

I would like to write:
<t:myComponent>
  maybe a loop here that would read a list in the Page containing the
component, and display it. 
</t:myComponent>


Thank you, 
Bogdan. 









--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Component-that-displays-additional-containing-Page-markup-tp5718622.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