How to pass parameters from one page to other

2011-02-16 Thread Mr Jehan
Dear all How to pass parameters from one page to other page.

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
eb 16, 2011 at 12:01 PM, Mr Jehan wrote: > > using Wicket Quickstart example application it is done > > > > On Wed, Feb 16, 2011 at 9:44 PM, James Carman < > ja...@carmanconsulting.com>wrote: > > > >> How about we go about this a different way? Why don

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
er problems. If it does run, then you need to > try to copy the sections from the pom.xml file that you need (namely > the "plugins"). > > On Wed, Feb 16, 2011 at 11:41 AM, Mr Jehan wrote: > > The issue with me is installing jetty plugin , please read previous > messag

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
erated project? > > On Wed, Feb 16, 2011 at 11:20 AM, Mr Jehan wrote: > > I cant issue *mvn jetty:run* command because I have not installed jetty > > plugin > > > > I am trying to install jetty plugin using following command > > > > mvn plugin:download

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
st type mvn jetty:run. > > > On Wed, Feb 16, 2011 at 10:59 AM, Mr Jehan wrote: > > You mean jetty plugin for Tomcat or maven > > I want to download it from > > http://maven.apache.org/maven-1.x/plugins/jetty/downloads.html > > but all mirror links are down. >

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
st type mvn jetty:run. > > > On Wed, Feb 16, 2011 at 10:59 AM, Mr Jehan wrote: > > You mean jetty plugin for Tomcat or maven > > I want to download it from > > http://maven.apache.org/maven-1.x/plugins/jetty/downloads.html > > but all mirror links are down. >

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
You mean jetty plugin for Tomcat or maven I want to download it from http://maven.apache.org/maven-1.x/plugins/jetty/downloads.html but all mirror links are down. please help On Wed, Feb 16, 2011 at 6:44 PM, James Carman wrote: > On Wed, Feb 16, 2011 at 4:07 AM, Ernesto Reinaldo Barreiro > wr

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
Problem while running tomcat manager http://localhost:8080/manager/html On Wed, Feb 16, 2011 at 2:07 PM, Michal Letynski wrote: > Just open the tomcat manager and deploy this war file. > > W dniu 2011-02-16 13:03, Mr Jehan pisze: > > please any other solution >> On Wed,

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
please any other solution On Wed, Feb 16, 2011 at 1:39 PM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > Might be easier just to put it into eclipse and run Start.java, maybe. > > ** > Martin > > 2011/2/16 Mr Jehan : > > Dear all > > > >

How run Wicket Application

2011-02-16 Thread Mr Jehan
Dear all I downloaded HelloWorld wicket application, I run following commind C:\Users\admin\wicket-hello-world > *mvn install * following is log of mvn My tomcat installed at d:/tomcat/ which directory I copy from* C:\Users\admin\wicket-hello-world* to * d:/tomcat/webapp* folder. ---