Hi! I have a custom exception handler, and I have this method:

onException(RequestCycle cycle, Exception anException) {
  ....
}


Inside this method, how can I get the original page who caused the
exception? in other Wicket version, I had  "onRuntimeException"
method, who already had the original page.

Thanks in advance!

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

Reply via email to