Hi All, I have just started with Structs and JSP. I would like to get an idea from the group if they know of a open-source/free IDE for Linux to develop JSP/Struts pages. I would like to have source level debugging etc with Tomcat support. Thanks for the recommendation in advance. Kumar > Hi all, > > is it somehow possible to include the output of an action in one JSP? > > Now, when I try to include a *.do page, the server complains, it cannot > forward to the action's jsp (of course, since I don't want to forward, > I want to inlcude). > > The only "solution" I've found, is to len the Action's perform method > return null and include the action (*.do) as well as the jsp. (Which > I really do not like, since then the including page plays the role of > the controller) > > Where should I start if I wanted to change the Action servlet, to include > instead of forward? > > (I include actions' output in my templates. Where one part is the content > and another part is the in an action generated menu) > > -- > gR > > > -- Kumar Ramchandran

