flush attribute for action forward tag in struts-config.xml

2003-06-18 Thread Anurag Garg
Hello Everyone, Is there any FLUSH attribute for action forward tag in struts-config.xml. Basically when I do findForward in my action class, it throws Response is already commited. Can't forward the request. error, the solution to which lies probably in setting the flush property (as we do

Re: action forward tag...

2001-11-02 Thread Sandeep Takhar
If you are not using framesets - I would suggest looking at using tiles or templates. These allow you to include header,footer,menu,body type layouts within the jsp -- here you would just reference the jsp file. sandeep --- John Nikolai [EMAIL PROTECTED] wrote: Hello all! I have an

Re: action forward tag...

2001-11-02 Thread John Nikolai
Thanks for your reply Sandeep, We are already using struts templates to render the pages. So we have something like the following: template.jsp - Contains all navigation - Gets the content page content.jsp - Inserts into template.jsp - Puts several items (title, image, etc...) into