You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Henri Gomez <hg...@apache.org> on 2002/11/22 16:17:22 UTC

strange problem with jasper on TC 4.1.x HEAD :

The generated JSP didn't have the import org.apache.jasper.runtime.* :

.....

package jsp.snp;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;


public class _0002fjsp_0002fsnp_0002fsnoop_0002ejspsnoop_jsp_0 extends 
org.apache.jasper.runtime.HttpJspBase {


     static {
     }
     public _0002fjsp_0002fsnp_0002fsnoop_0002ejspsnoop_jsp_0( ) {
     }

     private boolean _jspx_inited = false;


.....

What's the problem ?

I'm using TC 4.1.x HEAD into my Eclipse IDE, and all the class / source 
are on the workspace ....


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>