[Opensource] Embedding JavaCodes in JSP

Alain Viret Alain.Viret at bger.admin.ch
Fri Dec 19 08:28:10 PST 2003


Hello,

Message d'origine du 19.12.03, 07:38:14
Auteur: padmasini <kpadmasini at answerpal.com>
Objet: [Opensource] Embedding JavaCodes in JSP


Hi

[...]
<jsp:useBean id="tableBean" scope="page" class="ShiftTable">
[...]
C:\Program Files\Apache Tomcat 
4.0\work\localhost\mywebapp\table1$jsp.java:64: Class 
org.apache.jsp.ShiftTable not found.
                ShiftTable tableBean = null;
                ^
[...]

Try to put your class in a package and use <jsp:useBean id="tableBean" 
scope="page" class="mypackage.ShiftTable"> ?
Greetings,
	Alain



More information about the Opensource mailing list