Re: [tiles] Re: Tiles & action classes

2006-06-23 Thread sim085
Thanks :) no it is not is sounds strange, just I did not think that two actions could be called on the same page unless I did something out of the ordinary!! :) Okej I will do it that way and see how it goes :) thanks and regards, sim085 -- View this message in context: http://www.nabble.com/Ti

Re: [tiles] Re: Tiles & action classes

2006-06-23 Thread Antonio Petrelli
sim085 ha scritto: Thanks, you already helped me much with that last peace of code. No my menu does not change from page to page. It is always the same menu? That means I can avoid changing my tiles-config? and if so, what do I change then. I just define a new action in my struts-config, an

Re: [tiles] Re: Tiles & action classes

2006-06-23 Thread sim085
Thanks, you already helped me much with that last peace of code. No my menu does not change from page to page. It is always the same menu? That means I can avoid changing my tiles-config? and if so, what do I change then. I just define a new action in my struts-config, and define the form to

Re: [tiles] Re: Tiles & action classes

2006-06-23 Thread Antonio Petrelli
sim085 ha scritto: 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. If the JSP of the menu does not change, yo

Re: [tiles] Re: Tiles & action classes

2006-06-23 Thread sim085
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 an

[tiles] Re: Tiles & action classes

2006-06-23 Thread Antonio Petrelli
sim085 ha scritto: Hello, Tiles is part of the Struts Framework that is why I tought of asking this here. You're right :-) Basically I have a page that is made from a menu section and a view section. The view section changes all the time. However now I wish to add an action and a form b