RE: [Webwork-user] Webwork/Orion
Brought to you by:
baldree,
rickardoberg
From: Heng S. L. <low...@ya...> - 2002-05-21 01:49:33
|
Yes, it seems like a bug to me. In the ComponentTag.release method, getStack().popValue() was called after super.release() which would set the stack to null and the container would propably set the pageContext to null too. I think the push and pop value call should be put in a try finally block in the doEndTag() method instead. I suspect there is a problem with the PropertyTag too as Orion doesn't seem to call the release method before reusing a tag instance ( this would break the escape null checking logic ). Regards, Low __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com |