are you looking to redirect to a different page on catching an exception ?
if thats is the case can you please try this in your catch
try{
     // do things
}
catch (Exception e)
{
    throw new RestartResponseAtInterceptPageException(new
YourInterceptPage());
}

regards
dipu


On Dec 10, 2007 10:31 AM, Advanced Technology(R) <[EMAIL PROTECTED]> wrote:

> Hi, All
> I am having problems redirecting after throwing and cathing an Exception
> inside the request.
> Could someone give me some lights to solve this.
>
>
> AT
>

Reply via email to