On Mon, 21 May 2001, Johan Compagner wrote:

> Yes this is a bug in Websphere (also happens in Tomcat3.1) Just change
> that specifiek call to call it directy from the request instead of
> gong through the PageContext (i think)

The problem with doing that is that the PageContext view of the request
attributes would be out of synchronization with the actual request
attributes.  In particular, any subsequent custom tags on the current page
are likely to find that the attribute is still in request scope as far as
PageContext is concerned.

>
> johan
> 

Craig


Reply via email to