Import Issue

2001-02-28 Thread Huiyuan Ma
Hello,I'm quite new to Tomcat and Jsp. I wonder to import a self-defined class,for example,ServletUtilities,I put into <%@ page import ="CORE.*"%> but no success,and was told some attribute value was empty. Do I need to edit other files like server.xml or web.xml? Thanks.

Re: web.xml configuration

2001-03-08 Thread Huiyuan Ma
--- Rob Tanner <[EMAIL PROTECTED]> wrote: > > > --On Monday, March 05, 2001 11:34:13 AM -0500 "Brett > W. McCoy" > <[EMAIL PROTECTED]> wrote: > > > > > I think for your mapping you don't want that full > directory path for > > your url pattern. The idea is that you don't want > to use that f

RE: Beans with Tomcat 3.2.1

2001-03-12 Thread Huiyuan Ma
--- "Wong, Connie" <[EMAIL PROTECTED]> wrote: > Rick, > > Try to set the CLASSPATH up to WEB-INF\classes and > class="icegroup.beans.MyBean"/> > > Noticed that you have a lowercase of usebean. I > should be capital useBean. > I hope that help. > > Connie, > > > > -Original Message

JspWriter

2001-03-16 Thread Huiyuan Ma
Hi All, Does JspWriter work on Tomcat 3.2.1? Here's a portion of my code: public int doStartTag(){ try{ JspWriter out=pageContext.getOut(); out.print(""); out.print(""); }catch(IOException ioe){ System.out.println("Error in HeadingTag:"+ioe); } return(EVAL_BODY_INCLUDE); } Just w

Constructor in JavaBean

2001-03-21 Thread Huiyuan Ma
Hi Users, The constructor in the JavaBean class is supposed to be empty,right?But I see examples in Tomcat with non-empty constructors,why? Thanks. _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com