I have a resource file in /Resources/Text.resx
This is set to embedded content / do not copy
I have a BaseController with the Filter
[Resource("text", "AssemblyName.Resources.Text")]
where AssemblyName is taken from web.config
I then use a derived controller, when stepping through the controller
action, I can access the resource in my debug window.
However, I can not access it from my view (nvelocity). It just prints
$text.String1
What am I missing?
Thanks
James
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---