Hi
I have some custom tags which can have in body
other custom tag(s). Some of them list the content
of a ResultSet in HTML page. I used flush to force
the output of HTML.

This solution works fine using IAS9i but ported to
JBoss 4.0.3 (what includes Tomcat 5.5.9) it throws

"java.io.IOException: Illegal to flush within a custom tag
   at javax.servlet.jsp.tagext.BodyContent.flush(BodyContent.java:79)".

If I do comment those lines containing 'flush', the
output does not appear. How can I fix this problem?

--
László Graf


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

Reply via email to