As far as retaining the id and attributes of beans is concerned , using the
SCOPE attribute of the <jsp:useBean> directive might help . Scope can have
different values like "Page | Request | Session | Application ". Changing the
scope attribute to Application will enable you to retain the bean attributes
thoroughtout the life of the application.
The default I believe is Page.
Santosh
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets