Does your <jsp:include> is in the body of a custom tag ? If yes, this is why 
compiler comply, and it refer to the enclosing tag, not the <jsp:include> tag.

    Cedric

[EMAIL PROTECTED] wrote:

> Hi Struts Users,
>
> Why does the compiler think that my <jsp:include> is a "custom tag"?  My  include 
>tag in the <body> of my JSP appears below:
>
> <jsp:include page="/jsp/fileName.jsp" flush="true">
>    <jsp:param name="a" value="0"/>
>    <jsp:param name="b" value="0"/>
> </jsp:include>
>
> I'm getting the "Illegal to flush within a custom tag" error on one JSP, but not on 
>another JSP (in the same application) with the same include tag?!?
>
> Any thoughts appreciated!
>
> __________________________________________________________________
> Your favorite stores, helpful shopping tools and great gift ideas. Experience the 
>convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/
>
> Get your own FREE, personal Netscape Mail account today at 
>http://webmail.netscape.com/
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


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

Reply via email to