Thiago H. de Paula Figueiredo wrote:
> 
> Use a MarkupWriter instead:
> 
> @BeginRender
> public void render(MarkupWriter writer) {
>       // read the MarkupWriter section in  
> http://tapestry.apache.org/tapestry5/guide/dom.html.
> }
> 


But can I use @BeginRender if i use template? 
And i have to use template because I need to use <t:zone>. As I know it is
not possible to write tapestry components through Writer.

My question is: is it possible to use template and write only part of markup
with Writer?

-- 
View this message in context: 
http://www.nabble.com/Component-with-recurrent-markup-tp20506638p20506979.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to