Hi

I currently have a page with a LinkTree (with AjaxLinks) as well as
multiples others ajax link (sometime opening some modal windows).

Quite often, after a short pause (way less than the session time out,
just the time to say 2/3 phrases) the next time I use an ajax link I
get this error :
INFO: Response parsed. Now invoking steps...
INFO:
INFO: Initiating Ajax GET request on
resources/org.apache.wicket.markup.html.WicketEventReference/wicket-event.js
INFO: Invoking pre-call handler(s)...
ERROR: Received Ajax response with code: 404
INFO: Invoking post-call handler(s)...
INFO: Invoking failure handler(s)...

Once this error has been received, then all the ajax links are down
with "channel busy - postponing". The only solution is to refresh the
page

I don't manage to find a predictive way to reproduce this issue, it
just happens pretty often, which is really bad for the user... I tried
many things without success. Apparently it's not linked to a specific
ajax link.

Do you have a clue of what could go wrong ? Or any idea on how to debug ?

NB : it happens on ubuntu 9.04/Firefox 3.0.10/Wicket 1.4 rc4 (a bit
patched)/resin 3.1.5. I've put
getPageSettings().setAutomaticMultiWindowSupport(true); in my
application. I use as well the wicket stuff annotation with mount
hybrid. I checked the generated html, it's fine (up to the w3c
generator), apart that I don't specify the encoding or (x)html
version.

NB2: in order to refresh my whole page, I often do :
setResponsePage(getPage()); or setResponsePage(new
MyPage(someAttribute))... I don't know if it could have an impact...

Any help really welcome.

thanks in advance

cheers
zedros

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to