Thanks. Perhaps part of the problem is my tenuous grasp of Javascript and MochiKit. (I'm working on it, but finding it to be... involved.)
Still, it seems more straightforward to have ids and classes to grab onto. Sometimes it seems to me that, compared to Rails, TG tends to over-complicate some things. On the other hand, I hate slow, heavy sites, so your criticisms are well received. (I tend to do a lot of long table reports in my intranet projects.) Maybe ids and classes should not be generated by default for some items and their siblings, but could be turned on if desired? TableForm(fields=fields(), ids=True) or TextField(ids=True) This could actually reduce overhead and bandwidth since these items could be left off when not needed? Or maybe I'm just wrong. ;-) At any rate, you've given me a direction for solving my current issue of hiding a label field in a RemoteForm. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

