You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "Robert J. Walker" <rw...@mshare.net> on 2007/03/14 19:00:58 UTC

renderTag

Another hiccup with 4.1 -> 4.1.1: We have a VXML application that stopped working after the conversion. Turned out the reason was that components like If, For, etc. by default used to not render their tags (renderTag="false") but now the default is true, In HTML this often isn't a big deal, but it really screwed up our VXML stuff. So I found out how to change the default via a global parameter, but now exception rendering looks awful, probably because the exception renderer is expecting the default value of renderTag to be true. Is there any way to set the default just for our pages and components, while leaving it alone for components from the Tapestry framework?

Robert J. Walker


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