Re: T4.1: Custom exception page and async="true"

2007-06-27 Thread Malin Ljungh
Thanks for your reply Jesse. I have the following: in my .application-file to specify my exception page. Don't know where I've learnt that (probably from this mailing list) but it has worked fine without the ajax stuff. I guess this is the problem (?). I'll try to use the hivemodule.xml-tape

Re: T4.1: Custom exception page and async="true"

2007-06-27 Thread Jesse Kuhnert
Maybe I've screwed up the exception page handling somehow Currently the ajax response handler looks specifically for exception pages matching any of the configurable exception page names via: http://tapestry.apache.org/tapestry4.1/developmentguide/exceptionpages.html Are you somehow using di

T4.1: Custom exception page and async="true"

2007-06-27 Thread Malin Ljungh
Hi, I'm trying to "ajaxify" my app and I have problem with my custom exception page. If an unexcpected exception occurs my custom exception is executed. Problem is that the client sees nothing of this (of course) since the ID I've specified in the updateComponents does not exist in my custom exc