You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by michael <m....@serfloware.com> on 2000/07/20 20:32:59 UTC

Problem with BodyTag

hi,

we've made a simple bodytag for an iteration in a jsp and wanted to try it
out with tomcat - it doesn't work.

nothing inside the bodytag could be returned to the browser. All the
bodytag-contents seemed to get lost.

however a tag inside our bodytag was processed as we could see from the
output we've send to System.out. The only way around this problem seems to
be writing to bodyContent.getEnclosingWriter()...

bye,
 Michael and Edmund