[Mono-bugs] [Bug 75402][Maj] New - Impossible to reference a master page from another

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jun 28 06:18:34 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by jblais at perinfo.biz.

http://bugzilla.ximian.com/show_bug.cgi?id=75402

--- shadow/75402	2005-06-28 06:18:34.000000000 -0400
+++ shadow/75402.tmp.696	2005-06-28 06:18:34.000000000 -0400
@@ -0,0 +1,51 @@
+Bug#: 75402
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Red Hat 7.3
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Web.Services
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: jblais at perinfo.biz               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Impossible to reference a master page from another
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+When intenting to use nested master pages, I have created two master pages
+and one content page.
+The top level master page is defined with 
+<%@ Master Language="C#" %>
+
+The second level master page is defined with 
+<%@ master Language="C#" masterpagefile="~/toplevel.master" %>
+
+And the content page with 
+<%@ Page Language="C#" MasterPageFile="~/secondlevel.master" %>       
+
+When i try to access the content page, an "Unknown attribute:
+masterpagefile" exception is thrown. This simple test works on MS.NET 2.0 beta.
+
+Steps to reproduce the problem:
+1. Create toplevel master page
+2. Create second level master page referencing the top level one
+3. Create a content page referencing the second level master page
+4. View the content page with xsp2.
+
+Actual Results:
+Exception
+
+Expected Results:
+Should display page inheriting the 2 master pages.
+
+How often does this happen? 
+Every time
+
+Additional Information:


More information about the mono-bugs mailing list