Hi,
DocumentLinkerImpl#updateDocument sets the JavaScript variable
Tapestry.DEBUG_ENABLED in development mode. Maybe that's what you're seeing?
I find it very annoying, so I added
renderSupport.addScript("Tapestry.DEBUG_ENABLED = false;");
to my layout's afterRender.
I really don't think
Hi All,
We have a component that generates a navigation tree of actionlinks that
in-turn triggers some zone updates, this worked perfectly in 5.0.13, but since
we upgraded we get some strange debug output at the top of the page when
clicking one of the linksit looks something like this:
C