Hi all,

i am new to web.py and trying to understand its structure.

i have a question about the subapplications. From main app, i can
easily route an url to a subapplication. But routing an url from
subapplication to another subapplication is not working. Is this a
bug? or a feature?

For example I want to:
from "main.py", reroute "/blog" to "blog.py"
from "blog.py", reroute "/categories" to "category.py"
in "category.py" handle "/index" with Index class.

So when i enter the "/blog/categories/index" as url, i want the Index
class in "category.py" handles the request. Is is possible? I cannot
succeed so far.

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to webpy@googlegroups.com.
To unsubscribe from this group, send email to 
webpy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to