Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 8777 invoked by uid 500); 6 Oct 2001 00:36:49 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: tomcat-dev@jakarta.apache.org Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 8729 invoked from network); 6 Oct 2001 00:36:49 -0000 Date: 6 Oct 2001 00:23:22 -0000 Message-ID: <20011006002322.10793.qmail@edamame.stinky.com> To: tomcat-dev@jakarta.apache.org From: guru@stinky.com (Alex Chaffee) Subject: [FAQ] jGuru FAQ Update Reply-to: alex@jguru.com (Alex Chaffee) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to alex@jguru.com . - Alex -------------------------------------------------------------------------------- SPONSORED BY developerWorks need it? get it. tools, code and tutorials for open-standards based development. Stay informed with dW's weekly email newsletter http://www.jguru.com/misc/register_devworks.jsp?src=notify --------------------------------------------------------------------------------- Hi. You asked to be notified weekly when certain jGuru.com items get new entries. You can shut email notification off at the FAQ home page(s) or: http://www.jguru.com/guru/notifyprefs.jsp ++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq/JSP I have an error page that is handling my exceptions. Is it possible to access session data from within the error page when the request is forwarded to it upon an exception? I am getting a null when I do a session.getAttribute(). http://www.jguru.com/misc/faqtrampoline.jsp?src=notify&EID=512162 Can 2 web applications share the same session object? http://www.jguru.com/misc/faqtrampoline.jsp?src=notify&EID=511752 ++ Servlets FAQ: http://www.jguru.com/faq/Servlets Can 2 web applications share the same session object? http://www.jguru.com/misc/faqtrampoline.jsp?src=notify&EID=511752 How do I retrieve parameters in the exact order in which they appeared on the HTML form? The method getParameterNames() does not preserve the order. http://www.jguru.com/misc/faqtrampoline.jsp?src=notify&EID=508859 How can I get quotes in my servlet output so the string will be quoted for JavaScript? http://www.jguru.com/misc/faqtrampoline.jsp?src=notify&EID=507420