Re: [appfuse-user] How to maintain adaptor class in session in Appfuse

2007-06-23 Thread Matt Raible
I would use an HttpSessionListener (like UserCounterListener) to listen for session activation and put the menu in there then. http://static.appfuse.org/appfuse-web-common/xref/org/appfuse/webapp/listener/UserCounterListener.html http://tinyurl.com/24j7me On 6/23/07, ujjala <[EMAIL PROTECTED]>

[appfuse-user] How to maintain adaptor class in session in Appfuse

2007-06-23 Thread ujjala
We have to put adapter class in session to show the menu option otherwise it throws exception. In appfuse we know that it goes mainmenu action so we can put our self made adapter class there. Problem is that first it works fine but when we click a link after session out time it goes to login pag