I don't remember any scenerios where tapestry has "swallowed" any exceptions thrown by me or other libraries. Perhaps you should put a cow catcher in your listener method to be sure something funky isn't going on?
On 3/14/06, Wayland Chan <[EMAIL PROTECTED]> wrote: > > More info.... > > What usually happens while debugging/stepping the code, something bad > happens and next thing I know, I'm in the > AbstractPage.renderPage(IMarkupWriter, > IRequestCycle) method. > > > > On 3/14/06, Wayland Chan <[EMAIL PROTECTED]> wrote: > > > > I find I'm getting this > org.apache.hivemind.ApplicationRuntimeExceptionwhenever an exception is > thrown in my code. Problem is, Tapestry must be > > just eating it up because it's now showing any stack traces and the page > > shows: > > > > > > An Error Occurred > > > > org.apache.hivemind.ApplicationRuntimeException > > > > An Error has occurred in this application. You may attempt to restart > the > > application. > > > > > > > > Is there anyway to get more info? > > > > > > > >
