I am using the JWSDK to make a semantic check on the JSP page by compiling
them.

The compilation of every pages that contains a <jsp:include> failed with the
following error:

java -classpath
../../../jswdk/lib/servlet.jar;../../../jswdk/lib/jspengine.jar;../../../jsw
dk/lib/xml.jar;../../../jdk/
lib/classes.zip;../../../jsdk/servlet.jar;../../../jndi/lib/jndi.jar;../../.
./jndi/lib/ldap.jar;../../../jndi/lib/provid
erutil.jar;../../../jdbc/lib/classes111.zip;../lib
com.sun.jsp.compiler.Main -keepgenerated  fr\login\generalpost.jsp
com.sun.jsp.JspException: Invalid jsp:include tag
        at
com.sun.jsp.compiler.IncludeGenerator.<init>(IncludeGenerator.java:42)
        at
com.sun.jsp.compiler.Jsp1_0ParseEventListener.handleInclude(Jsp1_0ParseEvent
Listener.java:782)
        at com.sun.jsp.compiler.Parser$Include.accept(Compiled Code)
        at com.sun.jsp.compiler.Parser.parse(Compiled Code)
        at com.sun.jsp.compiler.Parser.parse(Parser.java:715)
        at com.sun.jsp.compiler.Main.compile(Main.java:259)
        at com.sun.jsp.compiler.Main.main(Compiled Code)

But when acceded with Jrun, the page is displayed whitout error

Does someone have any clue?

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to