Thank you for the responses!

I am trying to add a static link (equivalent to "Hello World as a Static
Page" in the example) to my test page but running into problems. Is there a
way for me to get a complete .war file for this example? 

If not,  could  anyone clarify where on the file system docs/hello.html
should be located ?

My link points to http://poema2.gsfc.nasa.gov/quickstart/app/docs/hello.html

i tried these variations
1) ~tomcat/webapps/quickstart/docs/hello.html
2) ~tomcat/webapps/quickstart/classes/docs/hello.html
3) ~tomcat/webapps/quickstart/WEB-INF/docs/hello.html

but I keep getting 404 error.

servlet mapping in my web.hml:
   <servlet-mapping>
        <servlet-name>quickstart</servlet-name>
        <url-pattern>/app/*</url-pattern>
    </servlet-mapping>




thanks

Vicky


jWeekend wrote:
> 
> Vicky,
> 
> Take a look at  http://www.wicket-library.com/wicket-examples/staticpages/    
> too.
> 
> Regards - Cemal
>  http://www.jWeekend.co.uk jWeekend 
> 
> 
> Vika wrote:
>> 
>> 
>> kinabalu wrote:
>>> 
>>>  Can you elaborate  
>>> on your current architecture so we can let you know how Wicket can  
>>> achieve this?
>>> 
>> 
>> There are two categories pages on the site.
>> 1) dynamic content - jsp/servlet
>> 2) static content - html
>> 
>> Both categories of pages only display the "content". Navigation bar,
>> header and footer are added  to both categories of pages using sitemesh
>> (servlet filter).  So what should happen to the static html pages if i
>> want to switch from using jsp/servlet to wicket ? Static content html
>> pages are edited by someone who is not a programmer and  I would not want
>> to put them together with java classes. It sounds like i could keep using
>> sitemesh and it should still work. However is there a better way of doing
>> it ?
>> 
>> thanks
>> 
>> Vicky
>> 
>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/static-pages---dynamic--pages.-How-to-have-the-same-layout-tp21840098p21919005.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