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 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871191#3871191 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871191 ------------------------------------------------------- This SF.net email is sponsored by: 2005 Windows Mobile Application Contest Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones for the chance to win $25,000 and application distribution. Enter today at http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
