I believe you can do this if you change the Wicket filter mapping in your
web.xml to something other than /*. Then Tomcat will serve the page and
bypass Wicket entirely.

Dane


On Fri, Nov 13, 2009 at 8:36 AM, fachhoch <fachh...@gmail.com> wrote:

>
> Ok I have to tell that page to my IApplicationSettings
>
>                IApplicationSettings settings=
> super.getApplicationSettings();
>                settings.setAccessDeniedPage(accessDeniedPage)
> here accessDeniedPage page is a static html page and I dont need java .
>  I am talking about a wicket page without a class  just html  is it
> possible
> ?
>
>
>
> Pedro H. O. dos Santos wrote:
> >
> > Only put then on top-level directory of a web module.
> > http://java.sun.com/javaee/5/docs/tutorial/doc/bnadx.html#bnadz
> >
> > On Fri, Nov 13, 2009 at 1:21 PM, tubin gen <fachh...@gmail.com> wrote:
> >
> >> can I create a page just with html  and not write class ? I need some
> >> static
> >> html pages and writing java for those will be of no use .
> >>
> >
> >
> >
> > --
> > Pedro Henrique Oliveira dos Santos
> >
> >
>
> --
> View this message in context:
> http://old.nabble.com/page-without-class-tp26338268p26339453.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to