Chris, Without seeing the code it is hard to tell what exactly the problem is. Are you declaring variables in <%! %> tags? This could be a problem since they have class scope. Are you using sessions? Make sure you are not using application scope variables.
-Richard At 12:20 PM 12/6/2001 +1000, you wrote: >Hi, >I am struggling with a problem and hope someone can assist. > >I am using JSP and class files to dynamically build a menu for each >logged on user. >It appears that the last person to log on overwrites the menu string for >the other users. >i.e.. >When they refresh their screen they get a different menu depending on >who logged on last, where do I start? > >-- >Regards > >Chris > >=========================================================================== >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 =========================================================================== 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
