I'm developing a web app using Struts 2, Spring, Tiles. Quick question hopefully - how should you use Struts 2 to control the menu section on the left hand side of the page?
For example when I select an option from the menu, the tiles will reload but I want the style to remain in the selected option.
I'm not sure how to best implement.... Any suggestions most welcome.