Re: T5: how to capture non existing component exceptions

2010-02-05 Thread Thiago H. de Paula Figueiredo
On Fri, 05 Feb 2010 10:50:37 -0200, Angelo Chen wrote: Thanks for the fast reply, actually the problem is, a old version has the ID defined in layout, it got bookmarked by some sites, now it always got called and trigger that error message, I'd like to intercept that exception so that it

Re: T5: how to capture non existing component exceptions

2010-02-05 Thread Angelo Chen
Thanks for the fast reply, actually the problem is, a old version has the ID defined in layout, it got bookmarked by some sites, now it always got called and trigger that error message, I'd like to intercept that exception so that it will not fill up the log. Joost Schouten (ml) wrote: > > Do y

Re: T5: how to capture non existing component exceptions

2010-02-05 Thread Joost Schouten (ml)
Do you mean you want more details on the exception? You might have tapestry.production-mode set to true, Set this to false to have the full fledged exception report. As for the exception: it probably means you have a t:id="help" in your component main.layout but have probably not defined the

T5: how to capture non existing component exceptions

2010-02-05 Thread Angelo Chen
Hi, often when url contains main.layout.help, and exception happens, how to capture this in the page? thanks, RequestExceptionHandler Unexpected runtime exception: Component Main:layout does not contain an embedded component with id 'help'. Available components: -- View this message in context