servlet mapping question

2001-04-09 Thread William Blackmon
Title: servlet mapping question I'm trying to map the /faqtool url listed below form name=menu action=/faqtool method=post so that it references the class com.taglib.wdjsp.faqtool.FaqAdministrationServlet I've tried the following in webapps/bill/web.xml and in tomcat\conf\web.xml and I

cached bean instances?

2001-04-05 Thread William Blackmon
Title: cached bean instances? I have a page with %@ page errorPage=userError.jsp autoFlush=true % jsp:useBean id=userBean class=com.wgblackmon.UserBean scope=session/ settings. I have another page with the same settings that gets the correct bean items using getFieldName() method calls.

forward question

2001-04-04 Thread William Blackmon
Title: forward question Given the following forward call: rd = requestDispatcher rd = getServletContext().getRequestDispatcher(/jsp/userSuccess.jsp); rd.forward(request, response); And the following directory structure: The calling servlet is located in:

FW: Missing attribute value in JSP

2001-03-29 Thread William Blackmon
Title: FW: Missing attribute value in JSP -Original Message- From: William Blackmon Sent: Thursday, March 29, 2001 5:22 PM To: '[EMAIL PROTECTED]' Subject: Missing attribute value in JSP I receive the following error: 'org.apache.jasper.compiler.ParseException: C:\tomcat\webapps

System.out.println() and mystery error message

2001-03-22 Thread William Blackmon
Title: System.out.println() and mystery error message I just started using Tomcat 3.2.1 and have 2 questions. First of all, what do I set to view servlet and class output so I can debug my code? The same information is going to the tomcat.log file that is showing in the Tomcat cmd window (I'm