The getVariableInfo method is not called each time the JSP page is executed; it only gets called when the JSP is being translated to a .java file and then compiled. (I think that's called "translation time") In other words, only the first time after you've made a modification to the page.
Everything looks to be in order, can you post the code in your getVariableInfo()? =========================================================================== 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://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
