Assuming bad input from the user, I'd direct them to a generic error page or possibly send them to the previous page with an error message.  The difference is that now I'm forced to handle it when I don't want/need to.

On 9/6/06, Johan Compagner <[EMAIL PROTECTED]> wrote:
the same for me.

The thing is if it is a checked how would you handle it now? Can you handle it more gracefully?
If it is unchecked people are getting the normal error page much sooner, because it is very unlikely
that it will be handled.

johan




On 9/6/06, Eelco Hillenius <[EMAIL PROTECTED] > wrote:
I'm completely neutral. Something to say for both sides. If someone
would put a gun to my head to decide, I'd go for unchecked, as most of
Wicket's exceptions are unchecked and there has been a tendency
towards unchecked exceptions by many frameworks.

Eelco


On 9/5/06, Nick Heudecker < [EMAIL PROTECTED] > wrote:
> I'd like to open this
> (http://www.mail-archive.com/wicket-develop%40lists.sourceforge.net/msg08690.html )
> discussion again. The argument for keeping StringValueConversionException
> checked was to ensure the user didn't enter bogus data.  However, as a
> checked exception, developers are forced to handle this exception on a
> page-by-page basis, when it could be handled more gracefully, as an
> unchecked exception, for all pages using Wicket's
> IExceptionSettings.UnexpectedExceptionDisplay.
>
> If developers still want to check for and handle bogus data on a
> page-by-page basis, that option is still available to them.
>
> Thoughts?  Thanks for your time.
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
> _______________________________________________
> Wicket-develop mailing list
> Wicket-develop@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-develop
>
>
>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to