In an attempt to move my TG1 app to TG2, I've decided to also to move
from Kid to Mako.   So far I have my main template that is specified
from the controller in Mako rendering HTML properly... but the
ToscaWidgets that display from inside this main template render the
HTML as if the HTML filter is on.   This includes widgets that come
with the package and my own.

In other words, if I have in my main template: ${mywidget.display()},
I actually see the HTML in the browser... but if I escape it by
writing: ${mywidget.display() | n}  I get my expected results.  Should
this be the case that I have to escape the display of my widget output
or is there some setting or directive somewhere that I am missing?

-j

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to