Re: When to use getModelObject, getConvertedInput, getInput

2007-12-12 Thread wicket user
Ok that's cool but on an AjaxFormComponentUpdatingBehavior the model is null/hasn't been set so you can't use it? What happens if you want to base a decision on the value that the user has just changed to? On 11/12/2007, Johan Compagner [EMAIL PROTECTED] wrote: you shouldn't call

When to use getModelObject, getConvertedInput, getInput

2007-12-11 Thread wicket user
Hi, This is more a question of understanding models and input of a particular component, lets say DropDownChoice (DDC) for example. You give it a model initially on creation, this has nothing to do with, in the case of a DDC the selected values as that is supplied by the Choices paramater in the