Re: DojoAjaxResponseBuilder and OpenSessionInViewFilter

2007-01-13 Thread Jesse Kuhnert
There should be nothing overly different between an ajax / non ajax request. They all go through the same resource paths as everyone else. I guess we'd have to know more about this filter and how it is/isn't getting associated with all requests for some reason? On 1/12/07, Stephane Decleire <[EM

Re: DojoAjaxResponseBuilder and OpenSessionInViewFilter

2007-01-12 Thread Stephane Decleire
I have checked the log files and the OpenSessionInViewFilter filter is called ... So i have no more idea why an asnchronous call could give a different result from a synchronous one ... -- Stéphane Decleire Cariboo Networks SARL 05 56 57 99 20 / 06 63 78 69 06 www.bebe-nounou.fr Stephane De

Re: DojoAjaxResponseBuilder and OpenSessionInViewFilter

2007-01-12 Thread Stephane Decleire
Hi James, Here is an extract from my web.xml file : hibernateFilter org.springframework.orm.hibernate3.support.OpenSessionInViewFilter hibernateFilter myApp myApp org.apache.tapestry.ApplicationServlet 1 myApp /app Perhaps the bug comes from a different location but i don'

Re: DojoAjaxResponseBuilder and OpenSessionInViewFilter

2007-01-12 Thread James Carman
How do you have your OpenSEssionInViewFilter mapped? What url-mapping are you using? On 1/12/07, Stephane Decleire <[EMAIL PROTECTED]> wrote: Hi, I've got a strange behavior in my T4.1.1 application when triggering a DirectLink with the DojoAjaxResponseBuilder : @Component(id="selectLink