Re: Wicket request processing

2015-01-11 Thread kumar ramanathan
Hi Martin,
Am not using maven.But using eclipse,placed necessary jar files and run it
via tomcat. Kindly tell what needs to do for this.

Thanks,
Kumar


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-request-processing-tp4668967p4668969.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket request processing

2015-01-11 Thread Martin Makundi
It's easiest if you use maven, simply check box [x] download sources.

Also you can use mvn commandline mvn eclipse:eclipse -Dsources

2015-01-11 12:04 GMT+02:00 kumar ramanathan kumarramana...@gmail.com:

 Hi Martin,
 Am not using maven.But using eclipse,placed necessary jar files and run it
 via tomcat. Kindly tell what needs to do for this.

 Thanks,
 Kumar


 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Wicket-request-processing-tp4668967p4668969.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Wicket request processing

2015-01-10 Thread kumar ramanathan
Hi friends ,Am trying to learn how a request is getting processed in wicket .
gone through cwiki and apache wicket guide . got some idea , still exactly
am not able to get the concepts like A. How our inputs are passed to server
... Like server where we have req.get parameters workingB. Where are our do
get and so post method getting the inputs C. Where our servlet request
generated D. Basic idea with simple hello world example like thatI need your
help  Please help me on this.ThanksKumar

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-request-processing-tp4668967.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket request processing

2015-01-10 Thread Martin Makundi
Do you have wicket sources available in your dev environment (e.g., via
maven)?

Put breakpoint inside model.setObject() and start debugging and you will
see everything happen real-time in debugger.

**
Martin

2015-01-10 16:24 GMT+02:00 kumar ramanathan kumarramana...@gmail.com:

 Hi friends ,Am trying to learn how a request is getting processed in
 wicket .
 gone through cwiki and apache wicket guide . got some idea , still exactly
 am not able to get the concepts like A. How our inputs are passed to server
 ... Like server where we have req.get parameters workingB. Where are our do
 get and so post method getting the inputs C. Where our servlet request
 generated D. Basic idea with simple hello world example like thatI need
 your
 help  Please help me on this.ThanksKumar

 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Wicket-request-processing-tp4668967.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org