DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6181>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6181 Problems with value-of and extension function ------- Additional Comments From [EMAIL PROTECTED] 2002-05-20 15:57 ------- Tried it under current code; it reports a java.lang.NullPointerException at Bugzilla6181.initcap(bugzilla6181.java:101). The problem seems to be occurring on the second attempt to call initcap, attempting to instantiate the Bugzilla6181 object and do the method lookup. We try to retrieve the targetObject from an XRTreeFragSelectWrapper. Somehow, the m_xctxt on this select object is null (!?), which causes an NPE when we attempt to dereference it. Looks like XRTreeFragSelectWrapper either isn't saving quite enough info, or isn't subclassing/redirecting quite enough methods.
