Re: [Struts / Template] Problems including a "*.do".

2002-03-21 Thread Cedric Dumoulin
I think that you can't call an action (* .do) from inside a template' insert. This is because templates do an include(), and then action do a forward(). This result in a 'error : response already committed' because jsp forbids a forward() after an include(). Try to use Tiles instead of templa

[Struts / Template] Problems including a "*.do".

2002-03-17 Thread Sam Chia
Hi, I am driven crazy using Struts Template and trying to include a path to a "*.do" instead of "*.jsp". Please help me as I am stuck in this issue for so long. Really drives me cuckoo!! A template file -- <%@ page contentType="text/html"%> <%@ page language="