Re: deployment problem

2010-03-05 Thread bonomat
ok, i removed my maven repository and then everything was downloaded again, now i can start it with mvn jetty:start but not jet with tomcat, i am not sure if this is right to start a wicket-app over maven. -- View this message in context: http://old.nabble.com/deployment-problem

Re: deployment problem

2010-03-05 Thread Edward Zarecor
/old.nabble.com/deployment-problem-tp27797485p27797706.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands,

Re: deployment problem

2010-03-05 Thread bonomat
jes, it is in there i think: i found this one: spring-core-3.0.1.RELEASE.jar -- View this message in context: http://old.nabble.com/deployment-problem-tp27797485p27797706.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: deployment problem

2010-03-05 Thread Riyad Kalla
bono, Looks like some dependencies are missing from your WAR === ***/server/DatabaseManager.java:[8,34] package org.springframework.core.iodoes not exist === Can you grab the WAR, unzip it and check WEB-INF/lib and see if those libs are in there? Might just be a packaging issue.

deployment problem

2010-03-05 Thread mööhmööh
Hi there, first of all, sorry for my bad English. I have problems with deploying my finished wicket-project. the situation: I can start it from the IDE eclipse without any problem, and on my Desktop i can run it from the console with : mvn jetty:run also without a problem. but then i tried to depl

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
e does not handle this and expects only "" (not welcome file). Maybe this is why it happens only in tomcat. MK francois92 wrote: > > Hi Ashika, > > Give a try to this > > > > > > > -- View this message in context: http://old.nabb

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