Subject: Tag Iterate and jsp:include 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>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

