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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to