RE: Tag Iterate and jsp:include

2002-07-18 Thread Barney Hamish
As the error message says it's illegal to perform a flush while you're in a custom tag. Try setting the flush attribute to false explicitly i.e.: jsp:include page=%=my_id.getJspName()% flush=false / It could be that flush has different default values for the development version and your

RE: Tag Iterate and jsp:include

2002-07-18 Thread Barney Hamish
Forgot to mention if that still doesn't work then you can stop using the custom tag for the loop and write java code to iterate over my_property. -Original Message- From: Jakarta Tomcat Newsgroup [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 11:10 AM To: [EMAIL PROTECTED]