hello
in spring MVC with acegi security and sitemesh i have to use tree navigation menu .my problem is when i visiting its nested branch link
the tree collapse and regain the same position as it is in index page

i want to know is it possible that when i expand the tree the tree would be on expanded position so that the user should able to know the current page position in tree without using frame in sitemesh with acegi security
in spring MVC framework.


thanks