I am writting a Custom Tag, in the code out.flush gets called (I have no control over whether flush gets called or not.. the JSP1.1 specification says that flush _will_ be called). When flush is called against BodyContent, the following exception is thrown. IOException: Illegal to flush within a custom tag Is this really to the JSP specification, or is it a bug in TomCat? If it is a bug in TomCat, then I can write a very simple fix and send it in a patch. But before I put effort into doing this I need to know whether it is a bug or not. - Chris. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
