You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Bob Thomas <rt...@yahoo.com> on 2004/06/16 21:12:46 UTC

Tiles problem

When I do this ...
 
<tiles:insert page="layout.jsp" flush="true">
  ...
  <tiles:put name="body" value="/main.do?method=doInit" />
</tiles:insert>
 
I get the following error message:
java.lang.IllegalStateException: Cannot forward after response has been committed
 
What am I doing wrong?
 
Thanks in advance,
Bob
 

		
---------------------------------
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!

Re: Tiles problem

Posted by James Mitchell <jm...@apache.org>.
You will have better luck on the user list.  This list is for discussing the
core development of Struts, not user issues.



--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx

----- Original Message -----
From: "Bob Thomas" <rt...@yahoo.com>
To: <de...@struts.apache.org>
Sent: Wednesday, June 16, 2004 3:12 PM
Subject: Tiles problem


> When I do this ...
>
> <tiles:insert page="layout.jsp" flush="true">
>   ...
>   <tiles:put name="body" value="/main.do?method=doInit" />
> </tiles:insert>
>
> I get the following error message:
> java.lang.IllegalStateException: Cannot forward after response has been
committed
>
> What am I doing wrong?
>
> Thanks in advance,
> Bob
>
>
>
> ---------------------------------
> Do you Yahoo!?
> New and Improved Yahoo! Mail - 100MB free storage!



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org