Tag Iterate and jsp:include (ERRATA)

2002-07-18 Thread @Basebeans.com
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

Re: Tag Iterate and jsp:include (ERRATA)

2002-07-18 Thread Cedric Dumoulin
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