Hi, a)Please let me know which version of Trinidad are you using? b)Please also paste the faces-config.xml section where you have specified the managed bean entry for XMLMenuModel. c)Can you please explain what you mean,when you say 'state' of the menu,also which trinidad component are you binding to the XMLMenuModel.
Thanks, Abhi On Sat, May 16, 2009 at 1:49 AM, <[email protected]> wrote: > our project have configured XMLMenuModel in faces-config.xml using xml > file as source, however > 1. the XMLMenuModel menu state is shared among different logged in users, > and > 2. when closing the browser and log back in again, the previous state of > the menu is preserved. > we follows oracle ADF "how to create dynamic navigation menu" and trinidad > XMLMenuModel documentation > What needs to be done so that different users have their own menu state and > the state can be reset at each session. I've tried to use setSelect(true) > to reset after each logging, it doesn't work > > >

