The routing documentation (
http://www.castleproject.org/monorail/documentation/trunk/advanced/routing.html)
says that you can specify the current route using a parameter called named.
E.g. $Url.Link('Admin Home', "%{named='adminhome'}") but as far is I can
tell, the parameter is now called route, correct?
And how do you pass parameters to a route?
I want to do something like this:
$Url.Link('Product Name', "%{route='ProductPage', params={id=15,
name='ProductName'}}")
But I can't get it to work.
(The route will work if I construct the URL by hand so it is probably not a
problem with the configuration.)
Any ideas?
Regards,
Ola
--
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.