Hi,

I have a Roo generated Spring MVC project but the menu is rather large, goes off screen on even the highest resolutions, so I thought if anyone outthere knows how to make it collapsable ?

I tried with simple divs and onclick events hiding the not in use now items, and it works until you click something on the menu, then it seems the page is reloaded and I loose the current state, that is it goes back to the beginning state (when loaded).

Any ideas ?

can I store the state somehow between postbacks ? (Session?)
or can I prevent postbacks ?

is there maybe a dojo/dijit menu that might do this for me ?

Regards,
Emil