open view session filter position in web.xml

2009-04-10 Thread tubin gen
I am using open view session filter , i was assuming that a session gets created whenever a request is made and closed when response is rendered , to check that i added log statements to see when session gets created and closed, but surprisinging its gets called several times , i have this

Re: open view session filter position in web.xml

2009-04-10 Thread James Carman
Your filter-mapping for the OSIV filter has to come before the one for wicket. On Fri, Apr 10, 2009 at 10:37 AM, tubin gen fachh...@gmail.com wrote: I am using open view session filter , i was assuming   that   a session gets created whenever a request is made and closed   when response is

Re: open view session filter position in web.xml

2009-04-10 Thread Craig Tataryn
On 10-Apr-09, at 1:44 PM, James Carman wrote: Your filter-mapping for the OSIV filter has to come before the one for wicket. On Fri, Apr 10, 2009 at 10:37 AM, tubin gen fachh...@gmail.com wrote: I am using open view session filter , i was assuming that a session gets created whenever