Hi Algirdas,

why do you want to use response.sendRedirect()? You can simply return a
page class name. Tapestry always redirects.

Regards
Alex

On Wed, 2010-02-24 at 13:06 -0800, Algirdas wrote:
> Thank you all for suggestions.
> 
> 
> It appears that I have to redesign some of page activation routines.
> 
> 
> As for RedirectException, I'm afraid it will crash with the same
> NullPointerException, because it uses same response redirect as I use now:
> 
> response.sendRedirect(pageLink.toRedirectURI()); 
> 
> altho I did not tried calling this from exception handler in AppModule, but
> rather only from any routine in page code.
> 
> 
> 
> 
> Algirdas

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to