I've submitted a patch to fix this issue:
http://support.castleproject.org/projects/MR/issues/view/MR-ISSUE-501
Can someone please have a look at it.

Cheers
John

On Oct 25, 11:03 am, jsimons <[EMAIL PROTECTED]> wrote:
> Hi,
>
> The DictHelper class at the moment is casting all values added to its
> internal dictionary to strings.
> Does anyone know of any reason why?
>
> If there isn't one, I would like to submit a patch so that it removes
> the casting and allows to store any object types.
>
> The reason for this is so that we can use it in situations like:
> $Url.For($Dict.CreateN("action", "myaction").N("controller",
> "mycontroller").N("querystring", $Dict.CreateN("t", "param1").N("s",
> "param2")))
> or
> $Url.For($Dict.CreateN("action", "myaction").N("controller",
> "mycontroller").N("params", $Dict.CreateN("t", "param1").N("s",
> "param2")))
>
> Cheers
> John
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Development List" 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-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to