> Your stack trace shows that you're redirecting from one page (page1) to
> another page (page2) and then in the pageBeginRender() you try to redirect
> to yet another page (page3). Why is that? Can you avoid this and
> just redirect to the right page?

Actually, I stay on same page (it is like click on next page in Table
component),  but in the middle I do some data manipulation and in this
manipulation error happened. I wont to display this error to user, that's
why, there is redirection to page3.
I have looked to Tapestry source and found that render() in RequestCycle
class is surround width try-catch so any exception will be cought and
display as Tapestry ApplicationRuntimeException.

So I decide that solution for this is that I change default exception page
width my exception page. I already find examples for this.

Thanks for your time.
Bogdan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to