> However, I can't change the url for 'Return to home page' link, as the
> homepage is a jsp page but 'Return to home page' link just send me to the
> default wicket homepage which specifed in xml file right? I wonder is there
> a way to change it as I am working with some jsp pages.

You could use
Application.getApplicationSettings().setAccessDeniedPage(Class klazz)
to change the access denied page to a custom page which contains
the link to you jsp page.

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

Reply via email to