If it is a class, you could:
1. add it to the WEB-INF/classes directory (in the appropriate directory
structure)
2. Add the class directly to the classpath

Also, import the file in your page such as:
<%@ page import=org.apache.jsp.tr %>

HTH,
    Pete

>>Hi
>>
>>Iam a novice to Struts and need your help .
>>
>>My jsp is this
>>
>>-----------------------------------------------------
>><%@ page language="java" %>
>>
>><%@ taglib uri="/WEB-INF/app.tld"    prefix="app" %>
>><%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
>><%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
>>
>><%
>>tr xyz = new tr() ;
>>%>
>>-----------------------------------------------------
>>
>>When executed ,
>>javax.servlet.ServletException: org/apache/jsp/tr
>>Root cause : java.lang.NoClassDefFoundError: org/apache/jsp/tr
>>
>>I have included org/apache/jsp/tr at almost every level of folders .
>>
>>Any idea why this occurs .
>>Where is it actually expecting the tr.class file to be ?
>>
>>Thanks
>>
>>Syed

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to