Hi all,
This is probably a simple one.
How do you escape backslash (\) when using the nvelocity dictionary
improvement?
I need to include \n in the title tag of a generater link, something like
this (using the MonoRail UrlHelper):
Url.Link(.., "%{title='$user.Name\n$student.UserName'}")
This renders into
<a ... title="MyName
MyUserName>
But I need it to render into
<a ... title="MyName\nMyUserName>
Trying to escape it the common way (\\n) renders into
\
>
Thanks!
--
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.