oh, and this code works as desired - outputs form with filled in
values:
import web
render = web.template.render('templates/')
login_form = web.form.Form( web.form.Textbox("login"),
web.form.Password("password"))
print render.login(login_form({'login':'admin','password':'admin'}))
so it might be an web.auto_application() issue ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---