The lack of submit button was likely tied to the xml error you saw. We're working on the next release (along with approximately a million other tasks associated with our new server and migration from the old), but the next release will fix this problem out of the box. In the meantime, you can add this line to your development.ini under [DEFAULT], and both of these problems should go away:
templating.genshi.mode = xhtml On Wed, Mar 9, 2011 at 6:22 PM, erisian <[email protected]> wrote: > Just thought I'd mention this. > > When I added simple movie/genre classes to the default model, TG 2.1 > exibited very strange behavior when using the admin mode. > > When I logged in with the default manager/managepass credentials, > "Admin" showed up as expected. But when I tried to add a Movie two > things happened: > > 1. While there was a "Add Movie" button, when I selected it there was > no button for submitting the movie I had just entered. > 2. The Movie description text box was populated with strange xml > markup rather than just being a blank text box. > > > Any ideas? > > Thx > > erisian > > -- > 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. > > -- Michael J. Pedersen My IM IDs: Jabber/[email protected], ICQ/103345809, AIM/pedermj022171 Yahoo/pedermj2002, MSN/[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?hl=en.

