On Tue, 25 Jun 2013 18:50:25 -0300, Boris Horvat
<horvat.z.bo...@gmail.com> wrote:
I need to make sure that I "manually" render an element and then to close
it.
This is up to your code. The easiest way is to return a Block or component
instance in beginRender().
This will allow I guess to the mixin to do its magic. There is no
mention of the afterRender() so I am not sure how to use it.
You don't need afterRender() for RenderInformals to work.
Actually, what you need is the JavaDoc for
ComponentResources.renderInformalParameters():
"Indentifies all parameters that are not formal parameters and writes each
as a attribute/value pair into the
current element of the markup writer."
Have you at least tried to use the mixin without any other changes to your
component and see what happens?
The only thing I can come up is to create this writer call for each one
of my fields?
I have no idea what you're talking about here.
--
Thiago H. de Paula Figueiredo
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org