Tagged Questions
23
votes
3answers
1k views
NHaml T4 templates for CRUD?
I want to ask if anyone has or has seen T4 templates for NHaml that are the same as the default T4 CRUD (List, Create etc) templates from MVC 2.0?
1
vote
3answers
661 views
Missing extension methods in HtmlHelper using NHaml
I discovered NHaml some days ago and it's a great project.
When I try to use MVC2 Html helpers like Html.LabelFor(), Html.TextBoxFor(); the views won't compile.
Example:
error CS1061: ...
1
vote
3answers
246 views
Strongly typed views in NHaml?
I have a strongly typed view and want to use it in an NHaml page.
With the WebForms engine I would describe the ViewData type in the <%@ Page%> directive or in the codebehind file.
How would ...
0
votes
1answer
92 views
Assembly references in Nhaml
I'm trying to get Nhaml working for an ASP.NET MVC 2 project. The backend of the project is Mongo DB, using the NoRM driver. NoRM specifies some custom types, particularly ObjectID as a reference to ...
0
votes
2answers
80 views
Create an incremental placeholder in NHaml
What I want to reach is a way to add a script and style placeholder in my master.
They will include my initial site.css and jquery.js files.
Each haml page or partial can then add their own required ...
0
votes
2answers
169 views
NHaml configuration problem: Model is not found
I'm having a little problem with my NHaml config:
<configSections>
<section name="nhaml" type="NHaml.Configuration.NHamlConfigurationSection, NHaml"/>
</configSections>
...