You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by William Blackmon <Wi...@getmusic.com> on 2001/04/05 23:59:22 UTC

cached bean instances?

I have a page with 
<%@ page errorPage="userError.jsp" autoFlush="true" %>
<jsp:useBean id="userBean" class="com.wgblackmon.UserBean" scope="session"/>
settings.

I have another page with the same settings that gets the correct bean items
using getFieldName() method
calls. However, the problem page seems to be reading from an old bean
because it returns values from 
a previous bean instance - the same values everytime. I'm new at this - how
could this be happening?

Bill Blackmon
Sr. Software Engineer, GetMusic (http://www.getmusic.com)
11 W. 19th Street, 3rd Floor
New York, NY  10011
917-464-0683