Re: My IncludeAction-where to forward

2005-06-12 Thread Martin Gainty
ent: Saturday, June 11, 2005 3:28 PM Subject: RE: My IncludeAction-where to forward Tony, I suggest checking out a tiles Controller. It could create the menus for you in a tile-based page WITHOUT needing to call multiple actions. Details on this can be found in Cedric Dumoulin's Tiles A

RE: My IncludeAction-where to forward

2005-06-11 Thread David G. Friedman
e of many opinions which might guide you on your way to finding a solution that fits your situation and your coding style. Regards, David -Original Message- From: Tony Smith [mailto:[EMAIL PROTECTED] Sent: Saturday, June 11, 2005 3:07 PM To: Struts Users Mailing List Subject: My Inclu

My IncludeAction-where to forward

2005-06-11 Thread Tony Smith
My webapp is standard. It has a left side menu pane and right side content pane. Both are dynamic and generated by struts action. I would like to have two different Actions for menu and content. For the menu aciton, I would like to use IncludeAction so that is could be included in my jsps. Thus,