I really think there is a bug in the Castle.MonoRail.Views.Brail

Even changing the view to the following:

--------------------------------------------------------------------------------------------

<ul>
<?brail for item in navLinks: ?>
<?brail
        options = navLinks[item.Key]
        controller2 = options["Controller"]
        action2 = options["action"]
?>
<li>${Url.Link(item.Key, {...@controller:controller2, @Action:action2})}</
li>
<?brail end ?>
</ul>

--------------------------------------------------------------------------------------------

Still causes the href to mirror the Context.Request.Url and ignore
what I have supplied.

I have tried to compile build 1180 in Visual Studio 2008 but have been
unable to so I cannot try and recreate the problem there. If you could
help me get my local copy of the castle project up and running I will
try see where it is happening.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to