Oh, for that...
Try messing with:

getRequestCycle().setRequestTarget(new
RedirectRequestTarget("access-in-denial.html"));


-----Original Message-----
From: fachhoch [mailto:fachh...@gmail.com] 
Sent: Friday, November 13, 2009 11:36 AM
To: users@wicket.apache.org
Subject: Re: page without class


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



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to