Re: Tomcat Deployment problem : adding CSS links have been modified ?

2010-02-23 Thread Yxo
Hello, i have the same issue. while wicket:link solves css links in header, i still have problems with ContextImage-s. In my case, wrong img src (extra level of ../) is generated only after postback on same page (form submit). I tried HybridUrlCodingStrategy and QueryStringUrlCodingStrategy with

Re: Tomcat Deployment problem : adding CSS links have been modified ?

2010-02-23 Thread Ashika Umanga Umagiliya
Greetings all, wicket:link wont fix the problem for forms.I have following form ,where 'search' is a pages mounted using QueryStringUrlCodingStrategy. In the tomcat,the link changes to action=../search even I use wicket:link Any tips? wicket:link form action=search method=get div

Re: Tomcat Deployment problem : adding CSS links have been modified ?

2010-02-22 Thread Ashika Umanga Umagiliya
Hi friends, Is there a way to configure this in Wicket? My client wants to add some static HTML pages by himself ,and it would be difficult for him to add wicket:link tag for every hyper-link. thanks in advance. François Meillet wrote: Hi Ashika, Give a try to this wicket:link

Tomcat Deployment problem : adding CSS links have been modified ?

2010-01-31 Thread Ashika Umanga Umagiliya
Greetings, I've been developing my wicket application using maven+jetty and when I deployed it in Tomcat , all the CSS styles were missing. I noticed that all the CSS links have been modified by the container(or wicket?) and added the prefix ../ Eg: In my pages I have: link rel=stylesheet

Re: Tomcat Deployment problem : adding CSS links have been modified ?

2010-01-31 Thread François Meillet
Hi Ashika, Give a try to this wicket:link link rel=stylesheet type=text/css href=style/tablestyle.css/ link rel=stylesheet type=text/css href=images/style.css/ /wicket:link François Le 1 févr. 2010 à 05:59, Ashika Umanga Umagiliya a écrit : Greetings, I've been

Re: Tomcat Deployment problem : adding CSS links have been modified ?

2010-01-31 Thread Ashika Umanga Umagiliya
Thanks François, That solved my issue. You r the best :) Regards Hi Ashika, Give a try to this wicket:link link rel=stylesheet type=text/css href=style/tablestyle.css/ link rel=stylesheet type=text/css href=images/style.css/ /wicket:link François Le 1 févr. 2010 à 05:59,