On Mon, Oct 27, 2008 at 10:18 AM, Matt Wilson <[EMAIL PROTECTED]> wrote:
>
> 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.

Seems reasonable. Could you please provide the patch in a unified
form? instructions for that are outlined here:
http://docs.turbogears.org/patching_guidelines

Bonus points if you provide patches for the 1.1 and 1.5 branches, as
far as I know the change is the same just need to provide correct
paths.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to