Re: updating a property model

2011-07-21 Thread Igor Vaynberg
               { >                                system.out.println(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? >

Re: updating a property model

2011-07-21 Thread wmike1...@gmail.com
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-model-tp3685186p3685298.html Sent from the Users

Re: updating a property model

2011-07-21 Thread Igor Vaynberg
w 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-tp3685186p

updating a property model

2011-07-21 Thread wmike1...@gmail.com
PropertyModel(person, "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-prop