Check your jsp specification version.
  You can't do a jsp include inside the body of a tag in jsp1.1. You 
should be able to do it in jsp1.2.

     Cedric

Struts Newsgroup (@Basebeans.com) wrote:

>Subject: Tag Iterate and jsp:include (ERRATA)
>From: "Guido" <[EMAIL PROTECTED]>
> ===
>Hi all, i'm having the following error message with a jsp under Tomcat 4.0.1
>:  "Illegal to flush within a custom tag".
>The code involved is :
>
><logic:iterate name="myBean" id="my_id" property="my_property"
>type="........">
>    <jsp:include page="<%=my_id.getJspName()%>" />
></logic:iterate>
>
>
>This error happens only in production environment, with all others
>installations ( 4 ) of tomcat it works fine.
>
>I'm very very sure the settings of the 5 environments are the same: Win2K +
>MicrosoftIIS  + Tomcat 4.0.1.
>Has someone any idea about this ?
>Thank in advance,
>    Guido Anselmi
>
>
>
>--
>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