Re: Beans throwing exceptions

2005-07-06 Thread GnomeKing
On 02/07/05, GnomeKing <[EMAIL PROTECTED]> wrote: > I have a bean which occasionally throws an exception > > My exception is caught in TagUtils.java:962 (struts-1.2.7), saved > (967) and then a completely new JspException thrown (968). > This exception is then caught on line 894, and saved, and th

Beans throwing exceptions

2005-07-02 Thread GnomeKing
I have a bean which occasionally throws an exception This exception is caught in TagUtils.java:962 (struts-1.2.7), saved (967) and then a completely new JspException thrown (968). I'm assuming this is what is happening, but I don't have a stack trace to indicate it - but that is the only location