http://trac.turbogears.org/ticket/2023
The datagrid widget uses the name parameter to set html ID of the widget. So, if I want to render the same datagrid instance twice on the same page, I get an html validation error, because I have two tables with the same id. It is already possible to pass in name='blah' to the display method, and the docs say that this should be used to set the name parameter, but actually, the value passed in to display is overwritten by the self.name value. So, this patch fixes that issue. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
