Re: Page redirect with exception

2006-12-01 Thread Renat Zubairov
Thank you very much. It works perfectly. Renat On 29/11/06, Sam Gendler [EMAIL PROTECTED] wrote: throw new RedirectException(link.getURL()); --sam On 11/28/06, Renat Zubairov [EMAIL PROTECTED] wrote: Hello, How can I create a Page Redirect (not forward) with exception. I know that

Re: Page redirect with exception

2006-11-29 Thread Sam Gendler
throw new RedirectException(link.getURL()); --sam On 11/28/06, Renat Zubairov [EMAIL PROTECTED] wrote: Hello, How can I create a Page Redirect (not forward) with exception. I know that listener method may return ILink, then page redirect will happen, but what is analogue of the

Page redirect with exception

2006-11-28 Thread Renat Zubairov
Hello, How can I create a Page Redirect (not forward) with exception. I know that listener method may return ILink, then page redirect will happen, but what is analogue of the PageRedirectException that will do redirect and not forward? Thank you, -- Best regards, Renat Zubairov