Re: Problem Compiling A JSP file

2002-03-17 Thread James Williamson
] Sent: Sunday, March 17, 2002 12:03 AM Subject: Problem Compiling A JSP file I am running Tomcat 4.0.2 Here is the header of my jsp file %@ page import=com.web_tomorrow.jspcd.JspCdBrowse% jsp:useBean id=jspCdBrowse class=com.web_tomorrow.jspcd.JspCdBrowse type=JspCdBrowse scope=session

Re: Problem Compiling A JSP file

2002-03-17 Thread Bahman Kalali
Exactly, That was the problem Thanks, --Bahman - Original Message - From: James Williamson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, March 17, 2002 3:28 AM Subject: Re: Problem Compiling A JSP file My guess, and not Tomcat related at all is you've

Problem Compiling A JSP file

2002-03-16 Thread Bahman Kalali
I am running Tomcat 4.0.2 Here is the header of my jsp file % page import=com.web_tomorrow.jspcd.JspCdBrowse% jsp:useBean id=jspCdBrowse class=com.web_tomorrow.jspcd.JspCdBrowse type=JspCdBrowse scope=session/ jsp:setProperty name=jspCdBrowse property=*/ I have my JspCdBrowse.class