Re: css not managed by wicket

2009-11-24 Thread Ilya German
Thanks for the replies! I'll try to experiment some more! - Original Message - From: Nicolas Melendez nmelen...@getsense.com.ar To: users@wicket.apache.org Sent: Monday, November 23, 2009 7:28 PM Subject: Re: css not managed by wicket hi, consider use this annotations: http

css not managed by wicket

2009-11-23 Thread Ilya German
Hello! I'm trying to make my web application to use a .css stylesheet. As far as I understood reading http://cwiki.apache.org/WICKET/including-css-resources.html and Wicket in Action book I should be able to make any html page to work in the following configuration: say, Base.html includes:

Re: css not managed by wicket

2009-11-23 Thread Martin Makundi
Just put /style.css Otherwise wicket is trying to guess the relative url. In most cases it guesses wrong so I have adopted the practice of using resource urls relative to the root of the domain. ** Martin 2009/11/23 Ilya German ilja.germ...@parex.lv: Hello! I'm trying to make my web

Re: css not managed by wicket

2009-11-23 Thread Nicolas Melendez
hi, consider use this annotations: http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-merged-resources here a blog which explains the features it has: http://techblog.molindo.at/2009/10/wicket-annotation-based-mounting-of-resources.html#more-128 it will help i hope. bye On Mon,