Did you put the filter-mapping of the opensessioninviewfilter before the wicketfilter? The order of filter-mapping definitions in web.xml is the order in which the filters are executed.
- Lars On Sun, May 4, 2008 at 7:01 PM, Mathias P.W Nilsson <[EMAIL PROTECTED]> wrote: > > I have session in view filter but still gets LazyLoadingException even if > I > use detached models! Ahhh... > > Solved it temporarily by using Eager fetch but this is going to end up bad > if everything is eager. > -- > View this message in context: > http://www.nabble.com/How-to-avoid-Lazy-loading-exception-tp17040941p17048739.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
