Re: [Wicket-user] OpenSessionInViewFilter and Wicket Resources

2007-06-28 Thread John Krasnay
On Thu, Jun 28, 2007 at 09:16:13AM -0700, Igor Vaynberg wrote: >On 6/28/07, Huergo Perez <[EMAIL PROTECTED]> wrote: > > One possible solution would be to move the static resources away from my > JAR file directly into the WAR (as most Java web MVC apps usually have), > however I

Re: [Wicket-user] OpenSessionInViewFilter and Wicket Resources

2007-06-28 Thread Igor Vaynberg
On 6/28/07, Huergo Perez <[EMAIL PROTECTED]> wrote: Hi All, I am using Wicket with Spring's OpenSessionInViewFilter for Hibernate. The filter is mapped to Wicket servlet. The problem with this setup is that the OpenSessionInView filter gets invoked on *all* requests to Wicket including request

[Wicket-user] OpenSessionInViewFilter and Wicket Resources

2007-06-28 Thread Huergo Perez
Hi All, I am using Wicket with Spring's OpenSessionInViewFilter for Hibernate. The filter is mapped to Wicket servlet. The problem with this setup is that the OpenSessionInView filter gets invoked on *all* requests to Wicket including requests for static resources (such as CSS files and image