On 7/26/07, Federico Fanton <[EMAIL PROTECTED]> wrote:
> Hi everyone!
> I was wondering if there's a "best practice" for handling exceptions in a
> Wicket application.. I'm implementing an IDataProvider for a DataView, and I
> see that this interface doesn't throw any exception, so I'd guess that
Hi everyone!
I was wondering if there's a "best practice" for handling exceptions in a
Wicket application.. I'm implementing an IDataProvider for a DataView, and I
see that this interface doesn't throw any exception, so I'd guess that if
something happens inside - say - iterator() that throws an