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

2010-02-23 Thread Ashika Umanga Umagiliya
Greetings all, 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 Any tips? Gene Family: Advanced Search François Meillet wr

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-22 Thread François Meillet
Hi Ashika, have a look to http://cwiki.apache.org/WICKET/control-where-html-files-are-loaded-from.html François Le 23 févr. 2010 à 07:47, Ashika Umanga Umagiliya a écrit : > Hi friends, > > Is there a way to configure this in Wicket? > My client wants to add some static HTML pages by himself

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 " "tag for every hyper-link. thanks in advance. François Meillet wrote: Hi Ashika, Give a try to this François

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 François Le 1 févr. 2010 à 05:59, Ashika Umanga Umagiliya a écrit : Greetings, I've been developing my wicket application using maven+jetty and when I deployed it in T

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

2010-01-31 Thread François Meillet
Hi Ashika, Give a try to this François Le 1 févr. 2010 à 05:59, Ashika Umanga Umagiliya a écrit : > 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

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: But in the page T