You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Gary Albelli <ga...@ipicorp.com> on 2000/09/16 23:41:02 UTC

Potential buffering problem with CustomTag

A custom tag that uses the include method of the PageContext writes the
included output before the static content in the Jsp that appeared before
the custom tag.

This was tested on two other servlet engines and they did not exhibit this
behavior.