Thanks Dipu,
It was my falt, I was using "setResponsePage(newPage)" but it was not
working because of bug on my code.

2007/12/10, wicket user <[EMAIL PROTECTED]>:
>
> 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
> >
>



-- 
AT(R)

Reply via email to