Problems with wicket-select2 and session timeout

2014-04-02 Thread Tom Götz
Hello everyone, I already posted this on https://github.com/ivaynberg/wicket-select2/issues/83 but thought I could mention it here also, as I’m not sure yet if the described problem is related to wicket-select2 or Wicket itself: if my current session is already expired and I click a

Re: Problems with wicket-select2 and session timeout

2014-04-02 Thread Ernesto Reinaldo Barreiro
Hi, As far as I can see select2 it seems to use jQuery ajax. 1- https://github.com/ivaynberg/wicket-select2/blob/master/wicket-select2/src/main/java/com/vaynberg/wicket/select2/res/select2.js#L358 So, there is no wicket client side processing of the response. So, what you see is correct. On

Re: Problems with wicket-select2 and session timeout

2014-04-02 Thread Ernesto Reinaldo Barreiro
I think I'm also having this problem... Locking at the code of https://github.com/ivaynberg/wicket-select2/blob/master/wicket-select2/src/main/java/com/vaynberg/wicket/select2/res/select2.js#L1312 I do not see an option to do something different as callback of $.ajax... Unless we try to use