You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nhaml-users
Is it possible to have strongly typed views, passing the model to the
view as ViewData.Model?
When I try nhaml renders the first view correctly but on subsequent
requests it expects a view model of the same type as the first
request, even though this is incorrect.