> > Hello, > > I'm having a problem with Tabber widget. I need to put a TableForm > inside one of the tabs, and inside TableForm there's an > AutoCompleteField and a CalendarDatePicker (both with dynamic > functions). > Tabber was raising "mismatch tag" error when I inserted TableForm's > render() on Tabber template. I solved it with BeautifulSoup's > prettify(), but now the dynamic functions (the search function from > the AutoCompleteField and the Calendar applet from the > CalendarDatePicker) aren't working anymore. > Somebody has any idea about how to solve it, or knows if it's > impossible for some reason?
Maybe you need to use widget.display() instead of widget.render() (If it's not a typo in your email). Some sample code would help if that's not the issue. Alberto --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

