On Tue, 26 Feb 2013 09:19:53 -0300, Thiago H de Paula Figueiredo <thiag...@gmail.com> wrote:

The closing or not is defined by the MarkupModel (interface), probably by subclassing AbstractMarkupModel, specifically its getEndTagStyle(String element) method. You'll also need to override or decorate the MarkupWriterFactory service with an implementation that uses your MarkupModel. That's a solution while Tapestry doesn't implement it itself.

I guess I wasn't clear: I do think Tapestry should implement this and there's a JIRA for that. I just outlined a solution people can use until Tapestry releases a version with this implemented. I should have said 'until', not 'while'.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to