Re: How to get data from Panels

2014-01-19 Thread tertioptus
You do understand the concept of models right?

Depending on that and what exactly you are trying to do, I may be able to
advise you further.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-to-get-data-from-Panels-tp4663822p4663824.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: How to get data from Panels

2014-01-19 Thread Paul Bors
Your question is too generic to answer.

If you’re new to Wicket that’s okay, I would suggest starting with chapter 12 
“Wicket forms in detail of the Wicket free User Guide at:
http://wicket.apache.org/guide/guide/single.html#chapter11

You should also read the entire guide to pick up Wicket faster:
http://wicket.apache.org/start/userguide.html

~ Thank you,
   Paul Bors

On Jan 19, 2014, at 12:22 PM, Baba pakruddins...@gmail.com wrote:

 A panel contain form, after submitting form how to get user input as part of
 MyWebPage(which extends WebPage)
 
 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/How-to-get-data-from-Panels-tp4663822.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
 


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



Re: How to get data from Panels

2014-01-19 Thread Paul Bors
Reading your question closer, I think you’re looking for setResponsePage(new 
MyWebPage(objModel, or model, or PageParameters).

Anyway that’s explained in detailed in the guide.

On Jan 19, 2014, at 11:18 PM, Paul Bors p...@bors.ws wrote:

 Your question is too generic to answer.
 
 If you’re new to Wicket that’s okay, I would suggest starting with chapter 12 
 “Wicket forms in detail of the Wicket free User Guide at:
 http://wicket.apache.org/guide/guide/single.html#chapter11
 
 You should also read the entire guide to pick up Wicket faster:
 http://wicket.apache.org/start/userguide.html
 
 ~ Thank you,
   Paul Bors
 
 On Jan 19, 2014, at 12:22 PM, Baba pakruddins...@gmail.com wrote:
 
 A panel contain form, after submitting form how to get user input as part of
 MyWebPage(which extends WebPage)
 
 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/How-to-get-data-from-Panels-tp4663822.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
 
 


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