Hi, A form cannot be rendered on it's own, it must be part of a page. Create a LoginPage, add your form subclass and then mount the LoginPage.
Cheers, Jay On Fri, Mar 7, 2008 at 5:41 AM, Jörn Zaefferer < [EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to mount a form, eg. a login form to /login/, resulting in > something like <form action="/login/"/>. > > There are a lot of classes related to mounting, though everything I > found so far refers to pages. Just mounting a Form subclass doesn't > yield anything at all. > > Thanks for any hints > Jörn > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- ============================================ Computer Science: solving today's problems tomorrow.
