Does it perform validation on form submit?


nino martinez wael wrote:
> 
> hmm true, I think it's because it's ajax and actually get set before
> the form are submited. I agree it would be nice if it acted exactly
> like normal form, but I guess the way it are now allows much more
> flexibility, however it should be possible to do the other aswell.
> 
> regards
> 
> 2009/5/14 Brill Pappin <br...@pappin.ca>:
>> I'd actually rather it worked as expected and simply set the object on
>> the
>> model property :)
>> However, it's usable so I'll live with it.
>>
>> - brill
>>
>> On 13-May-09, at 3:10 PM, nino martinez wael wrote:
>>
>>> Yeah or just another way of thinking.. :)
>>>
>>> 2009/5/11 Brill Pappin <br...@pappin.ca>:
>>>>
>>>> Thanks that worked... although its a bit of a pain in the behind :)
>>>>
>>>> - Brill Pappin
>>>>
>>>> On 11-May-09, at 6:55 AM, nino martinez wael wrote:
>>>>
>>>>> You do something like this:
>>>>>
>>>>> // compound model
>>>>>       private final IModel<String> cityModel = new
>>>>> PropertyModel<String>(
>>>>>                       searchWrapper, "cityId");
>>>>>
>>>>>
>>>>>
>>>>>       builderCity
>>>>>                               .updateOnSelectionChange(new
>>>>> ObjectAutoCompleteSelectionChangeListener<String>() {
>>>>>                                       public void
>>>>> selectionChanged(AjaxRequestTarget target,
>>>>>                                                       IModel<String>
>>>>> model) {
>>>>>
>>>>>  cityModel.setObject(model.getObject());
>>>>>
>>>>>                                       }
>>>>>                               });
>>>>> So it does not update on submit, but instead onSelectionChange of the
>>>>> builder..
>>>>>
>>>>> 2009/5/11 Brill Pappin <br...@pappin.ca>:
>>>>>>
>>>>>> I'm trying to use ObjectAutoComplete from wicketstuff on a form where
>>>>>> the
>>>>>> model is a CompoundPropertyModel.
>>>>>>
>>>>>> The auto compete field doesn't seem to be setting its value on the
>>>>>> form
>>>>>> model at all during a submit.
>>>>>>
>>>>>> I've looked at the examples for this component and not a single one
>>>>>> actually
>>>>>> includes the onSubmit implementation.
>>>>>> Is there something special i have to do with this component?
>>>>>>
>>>>>> - Brill Pappin
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> 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
>>>
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/objectautocomplete-on-a-form-with-CompoundPropertyModel-tp23477130p23582308.html
Sent from the Wicket - User 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

Reply via email to