updating a property model

2011-07-21 Thread wmike1...@gmail.com
, name)); My question is: How does the text field update the name field in the person object? Is it built in on onsubmit or some function inside the TextField class? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/updating-a-property-model-tp3685186p3685186.html Sent

Re: updating a property model

2011-07-21 Thread Igor Vaynberg
in the person object? Is it built in on onsubmit or some function inside the TextField class? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/updating-a-property-model-tp3685186p3685186.html Sent from the Users forum mailing list archive at Nabble.com

Re: updating a property model

2011-07-21 Thread wmike1...@gmail.com
method in FromComponent know what the inputted text is? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/updating-a-property-model-tp3685186p3685298.html Sent from the Users forum mailing list archive at Nabble.com

Re: updating a property model

2011-07-21 Thread Igor Vaynberg
(textField.getInput());                        }        }); This doesnt print out the text that's currently in the text box. How does the updateModel method in FromComponent know what the inputted text is? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/updating-a-property