Matt,

I suppose you are talking about the HttpSessionListener interface. I got it working now. Thanks.

Best regards,
Jonathan



Matt Raible wrote:
You could use an HttpSessionActivationListener and do it that way -
stuff the menu repository in the session of each new user.

Matt

On 4/27/07, Jonathan Tse <[EMAIL PROTECTED]> wrote:
Hi all,

    I am using Spring 1.9.4 and Spring MVC. I want to make a strut menu
from database. According to the Database Driven Menu example, it
suggests using filter to preload the data to the menu repository. I have
written my data loading logic in service manager already, so how i can
inject the service manager to this filter?

    Please help. Thanks.

Best regards,
Jonathan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to