http://bugzilla.novell.com/show_bug.cgi?id=497775
Summary: ASP.NET MVC's Html.TextBox()/etc. do nothing.
Classification: Mono
Product: Mono: Class Libraries
Version: SVN
Platform: x86-64
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
Found By: ---
Attached is an ASP.NET MVC project which is nothing special (default template
from MonoDevelop), except for one thing:
BadHtml/Views/Home/Index.aspx contains:
<p>
<label for="username">Username:</label>
<%= Html.TextBox("username") %>
</p>
<p>
<label for="password">Password:</label>
<%= Html.Password("password") %>
</p>
<p>
<%= Html.CheckBox("rememberMe") %> <label class="inline"
for="rememberMe">Remember me?</label>
</p>
In this file, the Html method calls do _nothing_...which makes it rather
difficult to input text, etc.
To reproduce, extract the tarball, and run xsp2:
$ tar xzf BadHtml.tar.gz
$ cd BadHtml
$ xsp2
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs