Start by looking for a JS "onClick" event/behavior through your recent changes 
:)

Or add some code for us to view...

~ Thank you,
  Paul Bors

-----Original Message-----
From: Ondrej Zizka [mailto:ozi...@redhat.com] 
Sent: Monday, October 08, 2012 9:37 PM
To: wicket-users
Subject: Page expiration error on AJAX call

Hi,

I have an AjaxEditableLabel wrapped in a component.
After some changes (I'm still finding which), it's behavior gone totally
astray:

On click, it gave me Page Expired every time.
That was happening with 
      this.getPageSettings().setRecreateMountedPagesAfterExpiry(false);
When this is true, it redirects me to an invalid URL - from
http://localhost:8080/essc-portal/release/EAP/5.0.0.GA?10   to
http://localhost:8080/essc-portal/release//?12

The AEL's code is:
<span id="label40" onclick="var
wcall=wicketAjaxGet('./5.0.0.GA?6-1.IBehaviorListener.0-releaseBox-form-traits-releasedBinaries-link-label',function()
 { }.bind(this),function() { }.bind(this), function() {return 
Wicket.$('label40') != null;}.bind(this));">

I have tried everything that came to my mind.

Any ideas what could be wrong?

Thanks,
Ondra


      


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to