Hi all Offten one need severel JSP pages which looks almost the same. The only difference could be that a field in one page is visible in the other not or a link is activ in one page not in the other. Since I don't wont to write two different JSP pages with that little difference I wonder if there is a mechanism or framework which can do that for me. Example: Assumed I have a button which is activ in one JSP page which has to be set to inactiv because the state of the datamodel (or whatever) has changed. One solution would be to write a tag that checks the state of the datamodel and set's the property of the button either to activ or inactiv. Now it would be very nice if there is a framework where I can store the state (activ/inactiv, visible/invisible, colors, etc.) of any HTML Element (Buttons, Links, etc). Whenever I have to display the same JSP page the HTML Element should check itself if his own state is activ/inactiv, visible/invisible, blue/green........ . The state of a HTML Element could be stored in an Object or even stored to a database. Does somebody know procedures, tag libraries, framework .... which simplifies creation of state dependent look&feel HTML Element's. Since I'm quite new to JSP this might be a stupid question. If it is, plese answer anyway. Kind regards Roland Berger =========================================================================== 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
