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
- action-mapping: why must the action-Attribute path be... Peter.Spiessbach
- Re: action-mapping: why must the action-Attribut... Ted Husted
- AW: action-mapping: why must the action-Attr... Peter.Spiessbach
- Re: AW: action-mapping: why must the act... Ted Husted
- Re: Included Actions Gregor Rayman
- Re: Included Actions Dan Connelly
- AW: AW: action-mapping: why must the... Peter.Spiessbach
- Re: AW: AW: action-mapping: why... John Yu
- [LONG] Re: action-mapping: ... Ted Husted
- Re: [LONG] Re: action-ma... John Yu
- Re: AW: AW: action-mapping: ... Martin Cooper
- Re: AW: AW: action-mappi... John Yu
- Re: AW: AW: action-mappi... Craig R. McClanahan
- Re: AW: AW: action-mappi... John Yu
- Re: AW: AW: action-mapping: why... Ted Husted