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
