> I'm trying to structure my application into subapplications to make it
> more managable. I have a subapplication called user which handles all
> the standard user views (login, logout, signup, etc). The problem is
> that after I login, I execute web.seeother("/"), but that takes me to
> the root of my sub application. Is there any way to get back to the
> root application?
We'rethinking about adding an absolute=True option to allow this. In
the meantime you can prefix with web.ctx.homepath.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---