i was also just looking at that code. (because i did see in your patch that you thrown away that piece)But that code really looks stupidIn the end it is the same thing.. because the getPageFactory is final on page.
So no loss that i can see.johanOn 8/13/06, Igor Vaynberg <[EMAIL PROTECTED]> wro
inside the exception handler we have the following code:// Show internal error pagefinal IPageFactory pageFactory;IRequestTarget requestTarget = requestCycle.getRequestTarget();if (requestTarget instanceof IPageRequestTarget)
{pageFactory = session.getPageFactory(((IPageRequestTarget)requestTarget)