today I took the plunge to get MVC up and running. I have MR running and tested (very slick) so now I'm moving onto more useful pages (like submit string and say "hello $name"). with nvelocity evertyhing is based on strings. is it possible to build strongly typed helpers that take actions/functions to build out urls/input elements/etc. something like
$HtmlHelper.Link<the_controller>(x=>x.action, $text_to_display) which would produce [a href="~/the_controller/action.ext"]display text[/a] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
