That's the problem, that the changes were quite unrelated - I started changing the structure of components, and found out this regression after quite some work. However I think I will end up going `git reset HEAD^` until I find...
On Mon, 2012-10-08 at 22:49 -0400, Paul Bors wrote: > 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:[email protected]] > 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: [email protected] > For additional commands, e-mail: [email protected] >
