[Mono-bugs] [Bug 75192][Maj] New - Can't access inner properties on master pages

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 9 03:40:54 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=75192

--- shadow/75192	2005-06-09 03:40:53.000000000 -0400
+++ shadow/75192.tmp.10571	2005-06-09 03:40:54.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 75192
+Product: Mono: Class Libraries
+Version: 1.1
+OS: Red Hat 7.3
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Web
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: jblais at perinfo.biz               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Can't access inner properties on master pages
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+When i define a master page with public properties, attributes or methods, 
+i can not access those members from the content pages even if i add a tag  
+<%@ MasterType VirtualPath="~/MyMasterPages.master" %>. I end up with 
+a "Only one page allowed" error.
+
+I also tried to define a className for the master pages, and cast the 
+Master attribute of the content page, but i get a "Cannot find type 
+MyMasterClass"
+
+
+Steps to reproduce the problem:
+1. Create a simple master page with a public attribute.
+2. Create a simple content page, add the <%@ MasterType ... %> attribute
+3. Try to access the page with xsp2
+
+Actual Results:
+"Only one page allowed" error
+
+Expected Results:
+I should be able to access all public master page elements
+
+How often does this happen? 
+Every time
+
+Additional Information:


More information about the mono-bugs mailing list