Ok, sounds interesting to create a helper for this. Will read more on this topic.
Another question? the "Localization" feature of monorail is related to my question? I mean, I don't want to localize anything but maybe.. Thanks On 2 dic, 10:44, Tapio Kulmala <[email protected]> wrote: > Probably not directly. I haven't looked at the code but it should not be > too hard to modify it so that it can be used with MR. Another option is > just to take a look at the helperclasses it creates and write similar > helpers. > > Tapio > > On 12/2/2009 6:36 PM, [email protected] wrote: > > > Hello, > > > It is want I want to achieve!! > > > How can I utilize this in MonoRail? > > > On 2 dic, 09:53, Tapio Kulmala<[email protected]> wrote: > > >> Take a look at T4MVC. > > >> It's a T4 template for ASP.NET MVC and it creates strongly typed helpers > >> that eliminate magic strings from controllers, actions and views. > > >>http://aspnet.codeplex.com/wikipage?title=T4MVC > > >> Tapio Kulmala > > >> On 12/2/2009 5:10 PM, [email protected] wrote: > > >>> Hello, > > >>> I want to know if there is a chance that I can put all my string > >>> constants into a external file... Like a resource bundle in java. > > >>> Example: > > >>> if I have this > > >>> [Code] > >>> <input type="submit" value="TEST" /> > > >>> I want > > >>> [Code] > >>> <input type="submit" value="{submit.key}" /> > > >>> and submit.key=TEST<--- This will be in a resource bundle > > >>> Don't know if I make myself clear.. If don't, please let me know > > >>> Regards > > >>> -- > > >>> 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 > >>> athttp://groups.google.com/group/castle-project-users?hl=en. > > > -- > > > 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 > > athttp://groups.google.com/group/castle-project-users?hl=en. -- 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.
