Yes, this is a confirmed bug, thanks for the report. A fix is included in 0.8.1.
/Magnus Stenman, the Orion team
- Original Message -
From: Evan Vaala <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 08, 1999 4:13 PM
Subject: PageContext possible bug??
&
This syntax in an doStartTag method of an object that extends TagSupport works
fine:
pageContext.setAttribute( id, mpe3000 );
But when I use the following syntax, a null pointer exception is thrown
pageContext.setAttribute( id, mpe3000, PageContext.PAGE_SCOPE );
java.lang.NullPointerException