Re: How to get SelectedObject from AjaxAutoComplete
Re: How to get SelectedObject from AjaxAutoComplete
- Subject: Re: How to get SelectedObject from AjaxAutoComplete
- From: Henrique Gomes <email@hidden>
- Date: Wed, 21 Sep 2011 14:34:55 +0100
Is the AutoComplete inside a form?
Also, AjaxAutoComplete has both a value and a selection binding. You can use either of both.
HG
On Sep 21, 2011, at 2:14 PM, Raymond NANEON wrote:
> Help please, my project is stuck on this problem.
>
> When I use WORequest and use formValueForkey("autoComp1") I get a String of a textField component . Where is the selectedMotClefs I chose to fill the field?
>
> Thanks
> Envoyé depuis iCloud
>
> Le 21 sep 2011 à 03:05, Raymond NANEON <email@hidden> a écrit :
>
>> Hi All,
>>
>> I have a lill' problem with AjaxAutoComplete. I am having difficult to get the selected Object bind to selection attribute.
>>
>> Here is my HMTL code :
>>
>> <div id = "searchForm"><wo name = "autoCompAOF1"><webobject name = "motClefsAutoComplete1"/></wo></div>
>>
>> Here is WOD code :
>>
>> motClefsAutoComplete1 : AjaxAutoComplete {
> id = "autoComp1";
>> list = session.matchMotcClefs;
>> value = session.motClefs;
>> item = session.motClefsRepetition;
>> displayString = session.motClefsRepetition.refidxval;
>> selection = session.selectedMotClefs;
>> //afterUpdateElement = ctrl.refreshPop2;
>> }
>>
>> autoCompAOF1 : AjaxObserveField {
>> fullSubmit = true;
>> elementName = "span";
>> action = ctrl.refreshPop2;
>> updateContainerID = "pop2";
>> }
>>
>> Here is my java method to get Selected Object :
>>
>> // Module de recherches
>> public WOActionResults refreshPop2() {
>> if (getSelectedMotClefs() != null) {
>> //
>> }
>> return null;
>> }
>>
>> What is the way to have data of selectedMotClefs?
>>
>> Thanks
>> Envoyé depuis iCloud
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden