Did you close the tag? <jsp:include ... />
Did you add the flush="true" attribute?

>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

Ciao,
        Carsten Heyl

  Carsten Heyl                          [EMAIL PROTECTED]
  NADS - Solutions on Nets              http://www.nads.de/
  NADS GmbH                             http://www.pixelboxx.de/
  Hildebrandtstr. 4E                    Tel.: +49 211 933 02-90
D-40215 Duesseldorf                     Fax.: +49 211 933 02-93

===========================================================================
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