Hi All, My app is based on AppFuse 2.0 + Struts etc and I'm using the default struts-menu to build my app menu.
In this app, each user belongs to a company and a company has an associated set of reports. The spec calls for the reports to be selectable from a dropdown menu and for each company's users to see only their company's reports. I have created an ApplicationListener that fires off when the user logs in and loads up the list of reports for that user's company. However, I've discovered that the Struts Menu repository is stored at the Application scope level and so if I modify it for User A from Company A, when User B from Company B logs in, the Reports dropdown menu for the whole App is changed to that of Company B. Does anyone know if there's some way of configuring Struts Menu to use a menu repository cached at the Session level rather than the Application level? TIA, Rob Hills Waikiki, Western Australia Mobile +61 (412) 904-357 Fax: +61 (8) 9529-2137 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
