tags:

views:

148

answers:

1

Hi,

I read that wicket can not throw Checked exception. how to deal with this. What is good wany to implement exception handling in Wicket spring based application

Mac

A: 

What do you mean, "Wicket can't throw". [citation needed] :)

Perhaps you read somewhere that wicket will not pass an exception to the servlet container in the default configuration?

I usually wrap specific components' methods with a try and change the page appropriately in catch, i.e. telling the user that something went wrong.

Ondra Žižka