jsp:useBean with try/catch, or possible in java?
843840Aug 19 2009 — edited Sep 21 2009I am using jsp:useBean in order to create a bean for a jsp page. My problem is that the constructor for the bean class throws exceptions. Is it possible to surround the 'jsp:useBean' with a try/catch? If not, is it possible to do whatever 'jsp:useBean' in java in order to do a try/catch block around it? Thanks.