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

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.

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 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, e-mail: users-h

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: Tomcat Deployment problem : adding CSS links have been modified ?

2010-02-23 Thread Yxo
/ /wicket:link -- View this message in context: http://old.nabble.com/Tomcat-Deployment-problem-%3A-adding-CSS-links-have-been-modified---tp27399742p27699948.html Sent from the Wicket - User mailing list archive at Nabble.com

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,