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
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
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.