I'm trying to use logic:forward in a .jsp file that is used in a
template (via template:put). Apparently this is problematic, as I get
the following exception when ForwardTag.doEndTag tries to execute
"pageContext.forward(path)":

java.lang.IllegalStateException: Cannot forward as OutputStream or
Writer has already been obtained

Yet the same logic:forward works perfectly when invoked in a plain .jsp
rather than in a template. Can anyone suggest a workaround, or even
better, something I don't know about that might solve this?

TIA.

--
Tom Miller
Miller Associates, Inc.
[EMAIL PROTECTED]
641.469.3535 Phone
413.581.6326 FAX


Reply via email to