Jonathan LaCour <[EMAIL PROTECTED]> writes: > I figured this out. I was trying to use the same instance of the > CalendarDateTimePicker widget twice by passing in different name > parameters to display() each time. This doesn't seem to work. If > I instantiate two instances of CalendarDateTimePicker, then it seems > to work fine, but it doesn't make any sense that I should have to > instantiate two of them...
It's been like that for a long time now. You can't override the name of a widget on display time. Just on instantiation. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

