[Mono-bugs] [Bug 497775] New: ASP.NET MVC's Html.TextBox()/etc. do nothing.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 23 16:03:43 EDT 2009


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: mhabersack at novell.com
        ReportedBy: jpryor at novell.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list