Hi, Actually I want to store the state of a JSP page into one JavaBean using getter and setter methods. So if JSP needs to be reloaded, the state information can be got from getter methods. I am able to do it successfully with TextBoxes as the string information can be used in setter methods. But how do we do it with checkBoxes, comboBoxes and radio buttons, ie how do we set the information and how do we get it. Please help!!! Regards, -ShriKant =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". 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
