jgauffin / griffin.mvccontrib

A contribution project for ASP.NET MVC3
http://blog.gauffin.org/tag/griffin-mvccontrib/
GNU Lesser General Public License v3.0
83 stars 40 forks source link

tagBuilderFactory.Create method called incorrectly #15

Closed aiwenpl closed 12 years ago

aiwenpl commented 12 years ago

In Html/FormHtmlHelper methods you call: _tagBuilderFactory.Create("input") but there should be used public ITagBuilder Create(string tagName, string type) variant instead, as 'input' builders are registered with 'input.type' key.

jgauffin commented 12 years ago

Fixed in the next commit