I am having this same problem with i-planet App server v6.0 sp2 and struts from the april 5th nightly build. Did anyone else using struts on iAS face this problem? I had been playing with just the binary distribution. Does the change that Bram suggested still hold good? Or is my problem unrelated? Please let me know. Thanks for youe help Vijay ---------------------------------------------------------------------------- ---- From: bram Subject: Re: My struts-template is broken Date: Mon, 05 Mar 2001 17:16:26 -0800 ---------------------------------------------------------------------------- ---- we had the same problem over here(with ibm websphere), and fixed it by adding a pageContext.getout.flush() before the pageContext.include in the Include and get tags of the template tags. If you go thrue the cvs reposetory, than you can see that this line was in the source an month ago (or so) but it has been removerd(for the reasons check the comments in the cvs)... ----- Original Message ----- From: "Tom Miller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 05, 2001 5:13 PM Subject: Re: My struts-template is broken > Turned out the problem was using Tomcat 3.1, templates seem to work properly > with Tomcat 3.2.1. > > Tom Miller wrote: > > > Whew! Somehow or other my 1.0b1 struts-template webapp is refusing to > > place the header, sidebar, content and footer in their respective places > > as per the template. Instead these components are placed one after > > another vertically down my browser page. > > > > I've redeployed the 1.0b1 struts-template.war, rebooted Tomcat, rebooted > > the machine, started over. Tried Netscape and IE5. Even replicated the > > process on another computer. Does anyone know why this might happen? It > > may a cockpit error, but I'm at a loss. I think I saw it working > > correctly the first time I looked at it today, but now I'm doubting that > > memory. > > > > TIA > > -- > > Tom Miller > > Miller Associates, Inc. > > [EMAIL PROTECTED] > > 641.469.3535 Phone > > 413.581.6326 FAX > > -- > Tom Miller > Miller Associates, Inc. > [EMAIL PROTECTED] > 641.469.3535 Phone > 413.581.6326 FAX > >

