Re: Handling exceptions thrown by a model

2014-01-22 Thread Sebastien
Hi Olivier, I simple way to achieve this is to have a (abstract) #onError method: public abstract class MyModel extends LoadableDetachableModelListMyObject { private static final long serialVersionUID = 1L; private static final Logger LOG = LoggerFactory.getLogger(DashboardModel.class);

RE: Handling exceptions thrown by a model

2014-01-22 Thread Richter, Marvin
...@gmail.com] Sent: Wednesday, January 22, 2014 2:43 PM To: users@wicket.apache.org Subject: Re: Handling exceptions thrown by a model Hi Olivier, I simple way to achieve this is to have a (abstract) #onError method: public abstract class MyModel extends LoadableDetachableModelListMyObject