0 Replies Latest reply on Mar 22, 2005 2:21 PM by mikeshapiro

    Bean Persistence

    mikeshapiro

      I am using straight .jsp pages that reference one or more java beans.
      i.e.
      <jsp:useBean id="AB" scope="page" class="dbtable.assetBean14" />

      The problem I an having is that as I modify the bean the jsp is not picking up
      the newest bean and instead gets stuck with an older version of the the bean. You
      can see in my class definition that I am up to version 14 of assetBean. Is there
      anyway I can kill these older beans