Hi all,

I need a clue about a strange problem we're coming across in wicket 1.3.0-rc1.

(I know wicket has made a huge progress since then but our tight schedule dos 
not allow any upgrade at the moment).

I have an AjaxLink which replaces the default onclick behavior  of AjaxLink 
with our own behavior.

When the user clicks the AjaxLink we prompt for some user input via JavaScript.

The user input is concatenated to the Ajax request URL as you can see in the 
generated markup:

<a href="#" wicket:id="markAsHandled" onclick="var handleMsg=prompt('Please enter a message','');if 
(handleMsg!=null) {var 
wcall=wicketAjaxGet('../../?wicket:interface=modal-dialog-pagemap:1:requestNote:requestNote.container:markAsHandled::IBehaviorListener:0:2'
 + '&handleMsg=' + handleMsg,null,null, function() {return Wicket.$$(this)}.bind(this));}return !wcall;" 
id="markAsHandled9">Mark As Handled</a>          

However, sometimes the the Ajax request fails due to a PageExpiredException.

The WebRequestCycleProcessor fails to find the page in the page map and cannot 
resolve the request.

This happens only occasionally which prevents me from proper debugging.

When I tried to raise debug level of wicket, I failed to reproduce the problem.

Can anyone provide me some clue where to start ?

Thanks
Nili


--
Best,
Nili
===================================
Nili Adoram
GRM Team, R&D, Qlusters Inc.
[EMAIL PROTECTED]
+972-3-6236636




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to