Re: [Wicket-user] Handling exceptions

2007-08-01 Thread Eelco Hillenius
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

[Wicket-user] Handling exceptions

2007-07-26 Thread Federico Fanton
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