remote div diff behavior in 2.1.x

2007-11-26 Thread Giovanni Azua
hi, I fed up guessing so looked at the sources. The key parameters in this issue are these: - delay: How long to wait before fetching the content (in milliseconds) - updateFreq: How often to reload the content (in milliseconds) - preload: Load content when page is loaded The closest I could

remote div diff behavior in 2.1.x

2007-11-23 Thread Giovanni Azua
hi, Sorry I tested example1.jsp and it is not the same use-case as mine. If you try example4.jsp in the showcase under Ajax remote DIV you will see the same problem I have happening there i.e. you have to wait 5 seconds while it displays loading now which I think is wrong. Now I strongly

RE: remote div diff behavior in 2.1.x

2007-11-23 Thread Martin Gainty
It would be helpful to know a bit more detail such as whether or not you're using XhrPost and progid for XMLHttpRequest connection objectWhich Version of Dojo are you implementing with?Which version Browser?Bedankt Martin __Disclaimer and

Re: remote div diff behavior in 2.1.x

2007-11-23 Thread Giovanni Azua
The showcase 2.1.1 remote DIV example1.jsp works just fine. It immediately calls the action that renders the DIV upon start i.e. you never see the Initial Content message because the DIV is rendered immediately. The only difference between my code and the showcase example AFAICT is that I

Re: remote div diff behavior in 2.1.x

2007-11-23 Thread Giovanni Azua
btw Sorry I missed including that I experience this issue with Struts 2.1.1 build yesterday from svn ... I know, I love living on the edge :) no seriously for my app I have only found this little small issue everything else works like a dream :) Best regards, Giovanni Giovanni Azua wrote:

remote div diff behavior in 2.1.x

2007-11-23 Thread Giovanni Azua
hi! In version 2.0.x the remote DIV UI tag was initially rendering the content of the DIV by immediately invoking the target action. In version 2.1.x on the other hand, remote DIV does not initially render the content of the target action, I did some research and tried using the new