RE: You used servlet-mapping to make your servlet work, but what about a JSP page with a bean?

2003-01-14 Thread Ron Day
Is your bean in a package? If not Tomcat will not find it in the default package. just add package com.mypackage to bean source, and put class file in classes/com/mypackage ron -Original Message- From: Wilson Snook [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 4:31 PM To:

Re: You used servlet-mapping to make your servlet work, but what about a JSP page with a bean?

2003-01-14 Thread Wilson Snook
Thanks Ron, but please note bean is declared to be in: package coreBeans; and directory structure is %TOMCAT_HOME%/webapps/core/WEB-INF/classes/coreBeans/FormBean.class AFAIK that is the correct form, unless you are saying that it has to be: package com.coreBeans; and

RE: You used servlet-mapping to make your servlet work, but what about a JSP page with a bean?

2003-01-14 Thread Ron Day
No, your syntax is correct. Must be another problem. sorry -Original Message- From: Wilson Snook [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 4:56 PM To: Tomcat Users List Subject: Re: You used servlet-mapping to make your servlet work, but what about a JSP page with a

Re: You used servlet-mapping to make your servlet work, but what about a JSP page with a bean?

2003-01-14 Thread Wilson Snook
Thanks for taking an interest, Ron. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]