public MyWebApplication() {
getPages().setPageExpiredErrorPage(MyExpiredPage.class) ;
getPages().setInternalErrorPage(MyErrorPage.class);
}
On 10/4/05, Andrew Berman <[EMAIL PROTECTED]> wrote:
How do I change the default "Page Expired" page? I
want it to go to a page that looks more like the rest
of my app. Also, to change error pages, can I just
use the error-pages directive in the web.xml or is
there some other way to do it so I can use Wicket to
create the error page?
Thanks,
Andrew
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user
--
Ingram Chen
Java [EMAIL PROTECTED]
Institue of BioMedical Sciences Academia Sinica Taiwan
blog: http://www.javaworld.com.tw/roller/page/ingramchen
