WicketTester method to check if xml is valid

2018-04-02 Thread Maxim Solodovnik
Hello All,

quick question: is there method in wicket tester to check if Ajax response
is valid XML?

-- 
WBR
Maxim aka solomax


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

2018-04-02 Thread Martin Grigorov
On Mon, Apr 2, 2018 at 3:53 PM, Entropy  wrote:

> Actually, yes, on some of our pages.  That might explain it.  So then in
> that
> case, how would I add a request header or check a response header from the
> server?
>

As far as I know you cannot read the response headers from request made
with IFrame.
In Wicket 8.x this IFrame has been removed and now it uses Ajax APIs to
upload files, so it should always pass non-null jqXHR. But you are on
Wicket 6.x ...


>
> --
> Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-
> f1842947.html
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


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

2018-04-02 Thread Entropy
Actually, yes, on some of our pages.  That might explain it.  So then in that
case, how would I add a request header or check a response header from the
server?

--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

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