Re: PageActivationContext Coercion Exceptions

2011-07-18 Thread Mark
Thanks, Kalle. I'll check that out. I also found that you can intercept the exceptions which I had overlooked in the docs: http://tapestry.apache.org/component-events.html Mark On Sun, Jul 17, 2011 at 10:49 PM, Kalle Korhonen wrote: > I haven't tried, but using tapestry-exceptionpage > (http:/

Re: PageActivationContext Coercion Exceptions

2011-07-17 Thread Kalle Korhonen
I haven't tried, but using tapestry-exceptionpage (http://tynamo.org/tapestry-exceptionpage+guide) you should be able to map UnknownValueException to your 404 page. Kalle On Sun, Jul 17, 2011 at 8:13 PM, Mark wrote: > I have an app with several pages like: > > www.app.com/itemInfo/1 > > where 1

PageActivationContext Coercion Exceptions

2011-07-17 Thread Mark
I have an app with several pages like: www.app.com/itemInfo/1 where 1 is the page activation context and gets coerced into the object using Tapestry-Hibernate. This works great, but... the graphic designer accidentally added a link into the header without the http. I fixed it, but not before Goo