Re: response has already been committed - question/solution?

2002-04-23 Thread Klaus Thiele
ad of a standard Action. > > Would this help in your case; it does a RequestDispatcher.include(). > > Jon. > > -Original Message- > From: Klaus Thiele [mailto:[EMAIL PROTECTED]] > Sent: 23 April 2002 10:16 > To: Struts Users Mailing List > Subject: Re: response h

RE: response has already been committed - question/solution?

2002-04-23 Thread Jon.Ridgway
: Klaus Thiele [mailto:[EMAIL PROTECTED]] Sent: 23 April 2002 10:16 To: Struts Users Mailing List Subject: Re: response has already been committed - question/solution? Hi Jon, thanks for responding. you mean "" in struts-config.xml? this does an 'sendRedirect()', not a Reque

Re: response has already been committed - question/solution?

2002-04-23 Thread Klaus Thiele
to switch between forward and include, add > redirect="true" or redirect="false" to your actions forward. > > Jon. > > -Original Message- > From: Klaus Thiele [mailto:[EMAIL PROTECTED]] > Sent: 23 April 2002 07:59 > To: Struts Users Mailing List >

RE: response has already been committed - question/solution?

2002-04-23 Thread Jon.Ridgway
Mailing List Subject: response has already been committed - question/solution? Hello, in our application was integrated a third_party portal software which don't use frames but includes (managed by a database) dynamicly parts of our struts-application via ... <%jsp:include page="<

response has already been committed - question/solution?

2002-04-22 Thread Klaus Thiele
Hello, in our application was integrated a third_party portal software which don't use frames but includes (managed by a database) dynamicly parts of our struts-application via ... <%jsp:include page="<%=incl%>"> ... this works fine with the Orion-AppServer but not with Tomcat4/JBoss