I have implementation of LoadableDetachableModel which might throw an
exception in load(). Unfortunately this exception might be thrown while
rendering the page.
Currently I handle the exception with an AbstractRequestCycleListener
added to the application itself.
But don't like it because I don't want to add an
AbstractRequestCycleListener for each possible exception.
It is possible to handle specific exceptions page local? I tried to add
a custom Behaviour implementation to my page but the onException()
method was never called.
Any idea how to handle such exceptions locally?
Oliver
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]