This is indeed a Kid bug, in the meanwhile that's what you can do to use the fix found inside #409 easily:
>>> text_area = >>> widgets.TextArea(attrs=dict(xmlns="http://www.w3.org/1999/xhtml")) >>> text_area.render(value="hello", format="xhtml") '<textarea rows="7" name="widget" id="widget" cols="50" class="textarea" xmlns="http://www.w3.org/1999/xhtml">hello</textarea>' >>> Soon I will commit a patch that checks kid format and adds this thing automatically at attrs in update_data while we wait for kid to be fixed. ;-) Ciao Michele Robin Haswell wrote: > Nah this bug only affects xHTML output - HTML4 works fine, which is my > current workaround, but I'm going to need xHTML output to work soon > which is why I wanted to fix it :-) > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

