I guess I should add that I will eventually be adding:
pt = new PatternRoute("troupebyid", "/Troupe/<id>.rails")
.DefaultForController().Is<TroupeController>()
.DefaultForAction().Is("Display")
.Restrict("id").ValidInteger;
RoutingModuleEx.Engine.Add(pt);
to route to the first Action list above (as well as a bunch of other
routes), but I just trying to get the one working first.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Castle Project Users" 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/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---