Thank you both for replying. 

Now that I read it after a day, my question is not very clear. Here is a
more to the point explanation. 

My custom component will take care of pagination. This means I need my
component to wrap around a Loop in the main page. The Loop will be iterating
over a List of results. 

The code I am hoping for is: 

<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd";>  -->
tapestry Page 

<t:myPaginationComponent params= (will tie pagination variables from page to
component params) >
   <loop ... >
       html that displays list entries 
   </loop>
</t:myPaginationComponent>

</html>
 


I will explore the <block> suggestion. 

Thanks very much,
Bogdan. 



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