RE: PageContext possible bug??

1999-11-12 Thread Magnus Stenman
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?? &

PageContext possible bug??

1999-11-08 Thread Evan Vaala
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