hi, for this matter, this is what I did:
I've had problems with textarea widgets (from toscawidget) and with my tw.jqgrid since the upgrade of genshi. the widget might generate a <texarea></textarea> as the content is empty, genshi will output this in XHTML as <texarea/ > and most browser will render the html source *inside* the text area. http://trac.turbogears.org/ticket/2287 if you want to force genshi to output html, in your development.ini : [DEFAULT] debug = true # Uncomment and replace with the address which should receive any error reports #email_to = [email protected] smtp_server = localhost error_email_from = paste@localhost templating.genshi.method = HTML hope this saves somebody some time -- 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.

