Re: Struts2 Portlet and Hibernate lazy-loading

2008-05-10 Thread Nils-Helge Garli Hegvik
Hi! I don't see why it shouldn't be possible to create a similar interceptor for Struts 2. It would certainly be the cleanest and best way to do it. Nils-H On 5/10/08, Parker Grimes <[EMAIL PROTECTED]> wrote: > Hi, > > Since portlets cannot use servlet session filters like the Spring > OpenSes

Struts2 Portlet and Hibernate lazy-loading

2008-05-09 Thread Parker Grimes
Hi, Since portlets cannot use servlet session filters like the Spring OpenSessionInViewFilter, what is the recommended approach to the Hibernate lazy-load issue with Struts2 portlets? The Spring Portlet MVC framework has the OpenSessionInViewInterceptor in conjunction with their HandlerMapping st