No currently none of the proposed solutions worked. I am currently looking into the Tiles:insert tag Attributes are page = the jsp page to insert And most importantly there is an controller attribute which should be an action that perhaps prepares the jsp page. Just testing it now - HOLD ON - it works ... Check the <tiles:insert tag
Alternatively I figured another way to do it, it's very ugly though, you can jsp:include an action that just returns null.It does however set up the bean. Then right after this include on your master jsp, you call another jsp include that just includes a regular jsp, on this jsp you can reference The bean that the first include prepared and work as usual. I admitt the latter solution is very ugly, the tiles way seems to be the way to go! Cheers -----Oprindelig meddelelse----- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sendt: 25. februar 2004 15:39 Til: Struts Users Mailing List Emne: Re: How to create an include which calls an action Did anyone figure out how to do this? Giri SENji. -----"Tommy Holm - TELMORE" <[EMAIL PROTECTED]> wrote: ----- To: <[EMAIL PROTECTED]> From: "Tommy Holm - TELMORE" <[EMAIL PROTECTED]> Date: 02/23/2004 10:38AM Subject: How to create an include which calls an action Hi everyone. I have a problem, I have a jsp page which should include the result of an action call. The action should prepare the bean associated with the action and create the jsp which then in the end should be included in the master jsp.(The include is a menu, which the action should prepare). The problem is that after the include, the rest of the JSP page is not rendered. It does somehow make sense but is there anyway around this or a common strategy to achieve this. Any help is greatly appreciated. Cheers Kind regards Tommy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

