Removed untyped contructor from ComponentRegistration and add a protected setter.
[castle.git] / MonoRail / TestSiteARSupport / Views / User / new.vm
blobc6aa886847eb3faedf6f115ef585de49b31578c6
1 <html>\r
2 <body>\r
3 <form action="insert.castle" method="post">\r
4   <p>\r
5   Name: \r
6   $FormHelper.TextField("user.name") \r
7   </p>\r
8 \r
9   <input type="submit" id="insertbutton" value="Insert" />\r
11 </form>\r
12 </body>\r
13 </html>\r