Re: Wicket.Event.subscribe - how to get a response header

2018-03-30 Thread Sven Meier
Are you trying to submit a multipart form via Ajax? Wicket uses an iframe for that case and jqXHR is will be null in case of a failure. Have fun Sven Am 30.03.2018 um 16:36 schrieb Entropy: Okay, but I am at a breakpoint and it definitely is null. This is in chrome and IE11. We use

Re: Wicket.Event.subscribe - how to get a response header

2018-03-30 Thread Entropy
Okay, but I am at a breakpoint and it definitely is null. This is in chrome and IE11. We use jQuery v1.12.4 if that makes a difference (I don't think it does). I'm sure I must be doing something to cause the issue, but I've no idea what. -- Sent from:

Re: NPE on session invalidation

2018-03-30 Thread Rakesh A
Did a quick test and logged an issue https://issues.apache.org/jira/browse/WICKET-6547 -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail:

Re: Will there be a WicketStuff 6.29.0 release ?

2018-03-30 Thread Maxim Solodovnik
Wicketstuff 6.29.0 has zero changes comparing to 6.28.0 On Fri, Mar 30, 2018 at 5:06 PM, Rakesh A wrote: > Wicket 6.29.0 has been released recently, but latest 6.x WicketStuff release > is 6.28.0 > Are there plans to do WicketStuff 6.29.0 release. > > If not, as

NPE on session invalidation

2018-03-30 Thread Rakesh A
Wicket 6.29.0 has a fix for https://issues.apache.org/jira/browse/WICKET-6484 change-set of which can be see at -

Will there be a WicketStuff 6.29.0 release ?

2018-03-30 Thread Rakesh A
Wicket 6.29.0 has been released recently, but latest 6.x WicketStuff release is 6.28.0 Are there plans to do WicketStuff 6.29.0 release. If not, as Wicket 6.29.0 is a drop-in replacement for older 6.x versions, I assume we can still use WicketStuff 6.28.0 along with Wicket 6.29.0, correct ?

Re: Wicket.Event.subscribe - how to get a response header

2018-03-30 Thread Sven Meier
Hi, we have a unit test for that. Here's the line for Wicket 6: https://github.com/apache/wicket/blob/548e1c090bc67d2e36308beaca9243b48aaaf613/wicket-core/src/test/js/ajax.js#L564 Sven Am 30.03.2018 um 01:20 schrieb Entropy: For some reason, jqXHR is null when I run subscribe a failure