>Did you close the tag? <jsp:include ... />
Yes I did, see below an example of include that generate this error

>Did you add the flush="true" attribute?
No I didn't, should I?

<%/*Create a localized result bean for the servlet*/%>
<jsp:useBean id="resultBean" scope="request"
class="org.planetfinance.common.ResultLocalizedJSPBean">
 <jsp:setProperty name="resultBean" property="language"
value="<%=language%>" />
</jsp:useBean>

<H2>Print RegisterServlet Result</h2>
<jsp:include page="/servlet/org.planetfinance.login.RegisterServlet" />

<%/*Check the result of the login creation*/
...>%
-----Original Message-----
From: Carsten Heyl <[EMAIL PROTECTED]>
To: C�dric Janssens <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: jeudi 30 septembre 1999 01:19
Subject: Re: JSWDK page compilation error on <jsp:include>


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

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