http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2166 *** shadow/2166 Wed Jun 13 16:20:50 2001 --- shadow/2166.tmp.19555 Thu Jun 14 08:11:50 2001 *************** *** 2,9 **** | XSPObjectHelper.java: PREFIX, URI cannot be static | +----------------------------------------------------------------------------+ | Bug #: 2166 Product: Cocoon 2 | ! | Status: NEW Version: 2.0alpha CVS | ! | Resolution: Platform: Other | | Severity: Normal OS/Version: Other | | Priority: Other Component: core | +----------------------------------------------------------------------------+ --- 2,9 ---- | XSPObjectHelper.java: PREFIX, URI cannot be static | +----------------------------------------------------------------------------+ | Bug #: 2166 Product: Cocoon 2 | ! | Status: RESOLVED Version: 2.0alpha CVS | ! | Resolution: FIXED Platform: Other | | Severity: Normal OS/Version: Other | | Priority: Other Component: core | +----------------------------------------------------------------------------+ *************** *** 17,19 **** --- 17,24 ---- The class XSPObjectHelper contains a static string PREFIX used in the start and end methods. If two objects derived from XSPObjectHelper are used in the same XSP page, the value of PREFIX will always be set to the last object created. + + ------- Additional Comments From [EMAIL PROTECTED] 2001-06-14 08:11 ------- + This bug is now fixed in both 2.1 and 2.0 CVS repositories. + No class with only static accessors should use inheritance--it is + only asking for maintenance nightmares. \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]