in the .application

<page name="Exception" specification-path="/pages/NewException.page"/>
<page name="StaleLink" specification-path="/pages/NewStaleLink.page"/>
<page name="StaleSession" specification-path="/pages/NewStaleSession.page"/>



Mats Henricson wrote:
Hi!

I think that page describes how to do it in Tapestry 3.
I use this in 4, and it works:

<contribution configuration-id="tapestry.InfrastructureOverrides">
 <property name="exceptionPageName" value="GeneralError"/>
</contribution>

GeneralError is my page, and it has a corresponding Java, HTML and page
class.

Unfortunately you can't handle stale sessions the same way. I've struggled
with that for about two days now. The info I see on the web doesn't work,
and no response from this mailing list.

Mats

On 10/19/06, Vitaly Baranovsky <[EMAIL PROTECTED]> wrote:

How can I do custom Exception page in tapestry portlet?

All is fine when I make it in servlet :
http://tapestry-tutorial.cloudnine.net.nz/pages-example.html

But in portlet it does not work.

Help me please!

Thanks!

_____
With best regards,
Vitaly Baranovsky

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




--
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting


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

Reply via email to