[Mono-bugs] [Bug 508570] Generic MVC ViewMasterPage does not respect type

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jun 1 16:18:50 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=508570

User mhabersack at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=508570#c3


Marek Habersack <mhabersack at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from Marek Habersack <mhabersack at novell.com>  2009-06-01 14:18:50 MDT ---
It was a dumb error of mine. The issue wasn't that we didn't support the
"generic" inherits syntax, but rather an error in mapping Mono ASP.NET parser
internal tag types into .NET construct types. This resulted in

<%= Model.Title %>

being passed to the page parser filter (used by MVC) as
CodeConstructType.DataBinding, while it should have been
CodeConstructType.ExpressionSnippet.

Fixed in r135144 (trunk) and r135145 (2.4 branch)

-- 
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