Okej, Basically my page is divided into two sections. On the left I have a menu, and on the right I have my view. Now, using tiles, I am loading the menu from a jsp page, and the view according to the required page.
in the tiles.config file I defined a base definition (that defines the menu and an empty view) and all the other tiles inherit from this base definition. Now, each view is using an Action class to manage the view and so on. I would like to have another action class for the menu section as well, with a form bean to transfer the data from the menu to the action class and back again. This means that I will have one page with one action class. I do not know if it is possible however I really need to add some logic for my menu object to be handled by the application backend. regards, sim085 -- View this message in context: http://www.nabble.com/Tiles---action-classes-t1835228.html#a5010508 Sent from the Struts - User forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]