take a look at the user guide at http://cwiki.apache.org/WICKET/newuserguide.html
take a look at the example http://wicketstuff.org/wicket13/forminput/ click on the "source code" link on the right of the page to see the source code if possible buy the book "wicket in action" regards On Thu, Aug 27, 2009 at 5:33 AM, Gerald Fernando<[email protected]> wrote: > I dont know how to attach model to form or textField. > my requirement is that > > when i give input to text field and submit it gives some data then i want to > populate the data into DataGrid or table view > > if possible give me some samples > > Thanks&Regards, > Gerald A > > On Wed, Aug 26, 2009 at 7:20 PM, Dipu <[email protected]> wrote: > >> is the text field in a form ? >> do you have a model attached to the form or the text field ? >> >> >> when you submit the form or click the button the input value will be >> updated to the model and you can read it from the model. >> >> hope that make sense. >> >> regards >> >> >> >> >> On Wed, Aug 26, 2009 at 2:45 PM, Gerald >> Fernando<[email protected]> wrote: >> > Hello Friends, >> > >> > i have a TextField and button. >> > when i click a button i need to get value of textField and pass it to the >> > another function. >> > How it is possible >> > -- >> > Thanks®ards, >> > Gerald A >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > Thanks®ards, > Gerald A > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
