#2177: Provide a way to mount two controllers at the same URL
--------------------------+-------------------------------------------------
Reporter: jorge.vargas | Owner: faide
Type: defect | Status: new
Priority: normal | Milestone: 2.0
Component: TurboGears | Version: trunk
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
This is specially important when working with composite apps, perhaps an
example is best.
You have a blog application and your site, the blog exposes urls as
/articles, /<var>, where /<var> stands for "Pages", your site exposes
'/login', '/logout'. therefore combining the two will render the following
sitemap.
{{{
/login (RootController)
/logout (RootController)
/articles (BlogController)
/about (BlogController)
/contact (BlogController)
}}}
I'm slotting this to 2.0 because is a feature I want, but if someone
believe it's more inclined to the 2.1 feature set please move it there.
--
Ticket URL: <http://trac.turbogears.org/ticket/2177>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---