Is it possible to have multiple applications nested within each other with regex supplied variables. An example site structure is:
/users /users/(some id) /users/(some id)/photos /users/(some id)/photos/(photo id) /users -> users.app /users/(some id) -> users.app /users/(some id)/photos -> photos.app /users/(some id)/photos/(photo id) -> photos.app Is this possible to set up? I've tried it, however it doesn't appear to work. Also perusing through the source, it seems that regex's are not parsed when there is a sub application. Anyone have any advice? -- 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.
