Thanks for the help!
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Extension-point-and-the-notion-of-has-content-tp5602212p5605024.html
Sent from the Tapestry - User mailing list archive at Nabble.com
On Thu, 29 Mar 2012 04:33:41 -0300, Lance Java
wrote:
I would probably give the side well an id in the HTML. Then you can
inspect
the contents of the well in the afterRender method of your layout
void afterRender(MarkupWriter writer) {
Element sideWell = writer.getDocument().getElementBy
I would probably give the side well an id in the HTML. Then you can inspect
the contents of the well in the afterRender method of your layout
void afterRender(MarkupWriter writer) {
Element sideWell = writer.getDocument().getElementById("wellId");
if (!sideWell.getChildren().isEmpty()) {
this message in context:
http://tapestry.1045711.n5.nabble.com/Extension-point-and-the-notion-of-has-content-tp5602212p5602212.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: