https://docs.oracle.com/javaee/7/api/javax/servlet/http/HttpServletResponse.html
in an interface that is implemented by Glassfish, Tomcat, Jetty, and such.
If it is not Wicket that calls its #sendError() method then it is something
else. By putting a breakpoint at Glassfish
HttpServletResponseImpl#sendError() methods you can see from the stacktrace
who and why calls it. This will help you resolve your issue.

On Mon, Jan 7, 2019 at 12:28 PM JavaTraveler <meteor.ei...@gmail.com> wrote:

> I tried the first part and no when I click the button, none of those is
> called.
>
> But I don't undestand what you mean by debugging glassfish's
> ServletHttpResponse implementation.
> Could you be more specific ?
>
> --
> 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
>
>

Reply via email to