• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: AjaxAutoComplete
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AjaxAutoComplete


  • Subject: Re: AjaxAutoComplete
  • From: Stavros Panidis via Webobjects-dev <email@hidden>
  • Date: Sun, 12 Nov 2023 10:47:42 +0200

No problem at all Tim. I will try a little bit more.

Thanks to all!

Stavros

> On 12 Nov 2023, at 3:56 AM, email@hidden wrote:
>
> Send Webobjects-dev mailing list submissions to
>       email@hidden
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.apple.com/mailman/listinfo/webobjects-dev
> or, via email, send a message with subject or body 'help' to
>       email@hidden
>
> You can reach the person managing the list at
>       email@hidden
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Webobjects-dev digest..."
>
>
> Today's Topics:
>
>   1. Re: AjaxAutoComplete (D Tim Cummings)
>   2. Re: AjaxAutoComplete (Samuel Pelletier)
>   3. Re: Replay request (Andr? Rothe)
>   4. Re: AjaxAutoComplete (Aaron Rosenzweig)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 12 Nov 2023 07:34:24 +1000
> From: D Tim Cummings <email@hidden>
> To: email@hidden
> Subject: Re: AjaxAutoComplete
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset="utf-8"; Format="flowed"
>
> Hi Stavros
>
> Sorry to mislead you. I thought you were looking for the behaviour of
> AjaxObserveField to send updated data back to the server immediately
> rather than updating a container on the current page. There may be a way
> to do what you ask but I have never tried it. Maybe you could put some
> javascript in afterUpdateElement to update a different field which is in
> an AjaxObserveField.
>
> Regards
>
> Tim
>
> On 10/11/23 20:55, Stavros Panidis wrote:
>> Tim,
>>
>> Sorry!. I could not put it to work. I am sure that I am making
>> something wrong.
>>
>> My AjaxAutocomplete is
>>
>> <wo:AjaxAutoComplete id = "customers" afterUpdateElement = "observe"
>> class = "form-control" list = "$currentValuesForCustomers" selection =
>> "$global" value = "$value" item = "$currentValue" />
>>
>> And then I have a AjaxObserveField as follows
>>
>>
>> <wo:AjaxObserveField observeFieldID = "customers" updateContainerID =
>> "invoiceslist" action = "$customerSelected"></wo:AjaxObserveField>
>>
>> Can you see what I am doing wrong?
>>
>> Stavros
>>
>>
>>
>>> On 9 Nov 2023, at 10:00?PM, email@hidden wrote:
>>>
>>> Send Webobjects-dev mailing list submissions to
>>> email@hidden
>>>
>>> To subscribe or unsubscribe via the World Wide Web, visit
>>> https://lists.apple.com/mailman/listinfo/webobjects-dev
>>> or, via email, send a message with subject or body 'help' to
>>> email@hidden
>>>
>>> You can reach the person managing the list at
>>> email@hidden
>>>
>>> When replying, please edit your Subject line so it is more specific
>>> than "Re: Contents of Webobjects-dev digest..."
>>>
>>>
>>> Today's Topics:
>>>
>>> ??1. AjaxAutoComplete (Stavros Panidis)
>>> ??2. Re: AjaxAutoComplete (D Tim Cummings)
>>> ??3. Re: AjaxAutoComplete (Jesse Tayler)
>>>
>>>
>>> ----------------------------------------------------------------------
>>>
>>> Message: 1
>>> Date: Thu, 9 Nov 2023 09:54:40 +0200
>>> From: Stavros Panidis <email@hidden>
>>> To: email@hidden
>>> Subject: AjaxAutoComplete
>>> Message-ID: <email@hidden>
>>> Content-Type: text/plain;charset=us-ascii
>>>
>>> Hi,
>>>
>>> Is there any trick available to make AjaxAutoComplete field
>>> observable (by AjaxAobserveField) ?
>>>
>>> Many thanks in advance for your help
>>>
>>> Stavros
>>>
>>> ------------------------------
>>>
>>> Message: 2
>>> Date: Thu, 9 Nov 2023 20:00:33 +1000
>>> From: D Tim Cummings <email@hidden>
>>> To: email@hidden
>>> Subject: Re: AjaxAutoComplete
>>> Message-ID: <email@hidden>
>>> Content-Type: text/plain; charset=UTF-8; format=flowed
>>>
>>> Set parameter afterUpdateElement to "observe" and it will behave like it
>>> is in an AjaxObserveField
>>>
>>> <wo:AjaxAutoComplete list = "$listCustomerName" size = "50" value =
>>> "$theCustomerName" afterUpdateElement = "observe" />
>>>
>>> Tim
>>>
>>> On 9/11/23 17:54, Stavros Panidis via Webobjects-dev wrote:
>>>> Hi,
>>>>
>>>> Is there any trick available to make AjaxAutoComplete field
>>>> observable (by AjaxAobserveField) ?
>>>>
>>>> Many thanks in advance for your help
>>>>
>>>> Stavros
>>>> ?_______________________________________________
>>>> 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
>>>
>>>
>>> ------------------------------
>>>
>>> Message: 3
>>> Date: Thu, 9 Nov 2023 12:00:52 -0500
>>> From: Jesse Tayler <email@hidden>
>>> To: D Tim Cummings <email@hidden>
>>> Cc: email@hidden
>>> Subject: Re: AjaxAutoComplete
>>> Message-ID: <email@hidden>
>>> Content-Type: text/plain; charset="utf-8"
>>>
>>> I have used Ajax quite easily on a couple of components and for some
>>> reason, implementing even the simplest test was failing on updating a
>>> component of a similar sort.
>>>
>>> Before I make a wholly new component ? are there flags or tests aside
>>> from jQuery which seems fine? I don?t readily see why this just isn?t
>>> seemingly observing and updating the way I expect?
>>>
>>> Thoughts?
>>>
>>>> On Nov 9, 2023, at 5:00 AM, D Tim Cummings via Webobjects-dev
>>>> <email@hidden> wrote:
>>>>
>>>> Set parameter afterUpdateElement to "observe" and it will behave
>>>> like it is in an AjaxObserveField
>>>>
>>>> <wo:AjaxAutoComplete list = "$listCustomerName" size = "50" value =
>>>> "$theCustomerName" afterUpdateElement = "observe" />
>>>>
>>>> Tim
>>>>
>>>> On 9/11/23 17:54, Stavros Panidis via Webobjects-dev wrote:
>>>>> Hi,
>>>>>
>>>>> Is there any trick available to make AjaxAutoComplete field
>>>>> observable (by AjaxAobserveField) ?
>>>>>
>>>>> Many thanks in advance for your help
>>>>>
>>>>> Stavros
>>>>> _______________________________________________
>>>>> 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
>>>
>>> -------------- next part --------------
>>> An HTML attachment was scrubbed...
>>> URL:
>>> <https://lists.apple.com/archives/webobjects-dev/attachments/20231109/a4ce1245/attachment.htm>
>>>
>>> ------------------------------
>>>
>>> Subject: Digest Footer
>>>
>>> _______________________________________________
>>> Webobjects-dev mailing list
>>> email@hidden
>>> https://lists.apple.com/mailman/listinfo/webobjects-dev
>>>
>>>
>>> ------------------------------
>>>
>>> End of Webobjects-dev Digest, Vol 20, Issue 56
>>> **********************************************
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <https://lists.apple.com/archives/webobjects-dev/attachments/20231112/9c4cdc32/attachment.htm>
>
> ------------------------------
>
> Message: 2
> Date: Sat, 11 Nov 2023 17:12:29 -0500
> From: Samuel Pelletier <email@hidden>
> To: Stavros Panidis <email@hidden>
> Cc: D Tim Cummings via Webobjects-dev <email@hidden>
> Subject: Re: AjaxAutoComplete
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset="utf-8"
>
> Hi,
>
> I managed to achieve your goal in my apps using this pattern :
>       - Create a submit js function using an AjaxSubmitButton
>       - Use the created function in afterUpdateElement on AjaxAutoComplete.
>
> <wo:AjaxSubmitButton updateContainerID = "_parent" functionName =
> "addLigneAvecFormat" action = "$selectionnerProduit" />
> <wo:AjaxAutoComplete ... afterUpdateElement = "addLigneAvecFormat" />
>
> Regards,
>
> Samuel
>
>
>> Le 10 nov. 2023 ? 05:55, Stavros Panidis via Webobjects-dev
>> <email@hidden> a ?crit :
>>
>> Tim,
>>
>> Sorry!. I could not put it to work. I am sure that I am making something
>> wrong.
>>
>> My AjaxAutocomplete is
>>
>> <wo:AjaxAutoComplete id = "customers" afterUpdateElement = "observe" class =
>> "form-control" list = "$currentValuesForCustomers" selection = "$global"
>> value = "$value" item = "$currentValue" />
>>
>> And then I have a AjaxObserveField as follows
>>
>>
>> <wo:AjaxObserveField observeFieldID = "customers" updateContainerID =
>> "invoiceslist" action = "$customerSelected"></wo:AjaxObserveField>
>>
>>
>> Can you see what I am doing wrong?
>>
>> Stavros
>>
>>
>>
>>> On 9 Nov 2023, at 10:00?PM, email@hidden wrote:
>>>
>>> Send Webobjects-dev mailing list submissions to
>>>     email@hidden
>>>
>>> To subscribe or unsubscribe via the World Wide Web, visit
>>>     https://lists.apple.com/mailman/listinfo/webobjects-dev
>>> or, via email, send a message with subject or body 'help' to
>>>     email@hidden
>>>
>>> You can reach the person managing the list at
>>>     email@hidden
>>>
>>> When replying, please edit your Subject line so it is more specific
>>> than "Re: Contents of Webobjects-dev digest..."
>>>
>>>
>>> Today's Topics:
>>>
>>>  1. AjaxAutoComplete (Stavros Panidis)
>>>  2. Re: AjaxAutoComplete (D Tim Cummings)
>>>  3. Re: AjaxAutoComplete (Jesse Tayler)
>>>
>>>
>>> ----------------------------------------------------------------------
>>>
>>> Message: 1
>>> Date: Thu, 9 Nov 2023 09:54:40 +0200
>>> From: Stavros Panidis <email@hidden>
>>> To: email@hidden
>>> Subject: AjaxAutoComplete
>>> Message-ID: <email@hidden>
>>> Content-Type: text/plain;   charset=us-ascii
>>>
>>> Hi,
>>>
>>> Is there any trick available to make AjaxAutoComplete field observable (by
>>> AjaxAobserveField) ?
>>>
>>> Many thanks in advance for your help
>>>
>>> Stavros
>>>
>>> ------------------------------
>>>
>>> Message: 2
>>> Date: Thu, 9 Nov 2023 20:00:33 +1000
>>> From: D Tim Cummings <email@hidden>
>>> To: email@hidden
>>> Subject: Re: AjaxAutoComplete
>>> Message-ID: <email@hidden>
>>> Content-Type: text/plain; charset=UTF-8; format=flowed
>>>
>>> Set parameter afterUpdateElement to "observe" and it will behave like it
>>> is in an AjaxObserveField
>>>
>>> <wo:AjaxAutoComplete list = "$listCustomerName" size = "50" value =
>>> "$theCustomerName" afterUpdateElement = "observe" />
>>>
>>> Tim
>>>
>>> On 9/11/23 17:54, Stavros Panidis via Webobjects-dev wrote:
>>>> Hi,
>>>>
>>>> Is there any trick available to make AjaxAutoComplete field observable (by
>>>> AjaxAobserveField) ?
>>>>
>>>> Many thanks in advance for your help
>>>>
>>>> Stavros
>>>> _______________________________________________
>>>> 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
>>>
>>>
>>> ------------------------------
>>>
>>> Message: 3
>>> Date: Thu, 9 Nov 2023 12:00:52 -0500
>>> From: Jesse Tayler <email@hidden>
>>> To: D Tim Cummings <email@hidden>
>>> Cc: email@hidden
>>> Subject: Re: AjaxAutoComplete
>>> Message-ID: <email@hidden>
>>> Content-Type: text/plain; charset="utf-8"
>>>
>>> I have used Ajax quite easily on a couple of components and for some
>>> reason, implementing even the simplest test was failing on updating a
>>> component of a similar sort.
>>>
>>> Before I make a wholly new component ? are there flags or tests aside from
>>> jQuery which seems fine? I don?t readily see why this just isn?t seemingly
>>> observing and updating the way I expect?
>>>
>>> Thoughts?
>>>
>>>> On Nov 9, 2023, at 5:00 AM, D Tim Cummings via Webobjects-dev
>>>> <email@hidden> wrote:
>>>>
>>>> Set parameter afterUpdateElement to "observe" and it will behave like it
>>>> is in an AjaxObserveField
>>>>
>>>> <wo:AjaxAutoComplete list = "$listCustomerName" size = "50" value =
>>>> "$theCustomerName" afterUpdateElement = "observe" />
>>>>
>>>> Tim
>>>>
>>>> On 9/11/23 17:54, Stavros Panidis via Webobjects-dev wrote:
>>>>> Hi,
>>>>>
>>>>> Is there any trick available to make AjaxAutoComplete field observable
>>>>> (by AjaxAobserveField) ?
>>>>>
>>>>> Many thanks in advance for your help
>>>>>
>>>>> Stavros
>>>>> _______________________________________________
>>>>> 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
>>>
>>> -------------- next part --------------
>>> An HTML attachment was scrubbed...
>>> URL:
>>> <https://lists.apple.com/archives/webobjects-dev/attachments/20231109/a4ce1245/attachment.htm>
>>>
>>> ------------------------------
>>>
>>> Subject: Digest Footer
>>>
>>> _______________________________________________
>>> Webobjects-dev mailing list
>>> email@hidden
>>> https://lists.apple.com/mailman/listinfo/webobjects-dev
>>>
>>>
>>> ------------------------------
>>>
>>> End of Webobjects-dev Digest, Vol 20, Issue 56
>>> **********************************************
>>
>> _______________________________________________
>> 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
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <https://lists.apple.com/archives/webobjects-dev/attachments/20231111/b8d0940e/attachment.htm>
>
> ------------------------------
>
> Message: 3
> Date: Sat, 11 Nov 2023 23:33:56 +0100
> From: Andr? Rothe <email@hidden>
> To: Aaron Rosenzweig <email@hidden>
> Cc: WebObjects-Dev <email@hidden>
> Subject: Re: Replay request
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> Hi Aaron,
>
> Thank you for your answer. Here the more detailled workflow:
>
> 1. User goes to page A.
> 2. User clicks there on an element which submits the HTML
>    form and should show i.e. page B later (there are a
>    lot of possible things the user can do on page A which
>    submit the form and forwards the user to different pages).
> 3. Server executes the associated action method on the
>    PageAComponent.
> 4. Action method calls validateSomeThings().
> 5a. If validateSomeThings() returns true, the action
>     method will return i.e. page B as ActionResults.
> 5b. If validateSomeThings() returns false, the action
>     method will set a condition and returns page A again.
> 6. Because of the condition, the warning dialog (with two
>    buttons) will be shown on page A (as an overlay div).
> 7a. If the user clicks on "cancel" within the warning dialog,
>     a further action method on PageAComponent will be called.
>     It sets the condition back to false and returns
>     PageAComponent again as ActionResults.
> 7b. If the user clicks on "proceed" within the warning dialog,
>     a further action method on PageAComponent will be called.
>     It fixes the validation problem, sets the condition back
>     to false and should return i.e. PageBComponent.
>
> The problem is, that I don't know, which action method has been called
> on (3) and which will be the next page, that should be shown on (7b).
> Therefore I try to replay the initial request from (2) on (7b) to
> simulate the initial action of the user.
>
> I can return PageAComponent on (7b) only, but then the user must repeat
> his action on page A (which will not show the warning dialog this time).
> But this is ugly.
>
> The question is, how I can solve that?
>
> Thanks!
> Andr?
>
>
> Am 11.11.2023 01:46, schrieb Aaron Rosenzweig:
>> Hi Andr?,
>>
>> I didn?t fully understand but it sounds like maybe you are working too
>> hard. It?s easier to hold onto WOComponents than it is to hold onto
>> contexts. If you have an ?old page? hold onto it and just return the
>> page. If you don?t have the outermost page you can find that quickly
>> by doing ?context().page()?
>>
>> Hope that helps,
>> ? Aaron
>>
>>> On Nov 10, 2023, at 3:09 AM, Andr? Rothe via Webobjects-dev
>>> <email@hidden> wrote:
>>>
>>> Hi,
>>>
>>> I try to replay an old WORequest after some other
>>> request/response-loops, but I don't know, how it could work.
>>>
>>> My application validates some values after the user clickes somewhere
>>> on a page. In the validation routine I don't know, which action the
>>> user has executed exactly. But the validation can be wrong, so I
>>> display another page (an overlay dialog over the current page), where
>>> the user can decide between "Cancel" and "Proceed". On "Cancel" I
>>> return the current page without the overlay, on "Proceed" I fix the
>>> problem in the validation and now I can go back to the current page
>>> too, but the user has to execute his action again.
>>>
>>> Can I automatically execute the previous request? I can store the
>>> context-Id of the source page (before overlay) like:
>>>
>>> String oldCtxId = context().contextId();
>>> WORequest oldReq = context().request();
>>>
>>> and after the data fixes (user has clicked on "Proceed", WO calls the
>>> associated action like proceedChangeAction() on my page component) I
>>> could restore the source page from the cache:
>>>
>>> WOComponent oldPage = session().restorePageForContextID(oldCtxId);
>>>
>>> And now I could send the "oldReq" to the component "oldPage". How can
>>> I do that, to solve the problem?
>>>
>>> Thanks a lot
>>> Andr?
>>> _______________________________________________
>>> 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
>
>
> ------------------------------
>
> Message: 4
> Date: Sat, 11 Nov 2023 20:55:59 -0500
> From: Aaron Rosenzweig <email@hidden>
> To: Samuel Pelletier <email@hidden>
> Cc: Stavros Panidis <email@hidden>, D Tim Cummings via
>       Webobjects-dev <email@hidden>
> Subject: Re: AjaxAutoComplete
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset="utf-8"
>
> That?s clever Samuel. Using the components as building blocks to piggy back
> from each other. Bravo :-)
>
>> On Nov 11, 2023, at 5:12 PM, Samuel Pelletier via Webobjects-dev
>> <email@hidden> wrote:
>>
>> Hi,
>>
>> I managed to achieve your goal in my apps using this pattern :
>>      - Create a submit js function using an AjaxSubmitButton
>>      - Use the created function in afterUpdateElement on AjaxAutoComplete.
>>
>> <wo:AjaxSubmitButton updateContainerID = "_parent" functionName =
>> "addLigneAvecFormat" action = "$selectionnerProduit" />
>> <wo:AjaxAutoComplete ... afterUpdateElement = "addLigneAvecFormat" />
>>
>> Regards,
>>
>> Samuel
>>
>>
>>> Le 10 nov. 2023 ? 05:55, Stavros Panidis via Webobjects-dev
>>> <email@hidden <mailto:email@hidden>> a
>>> ?crit :
>>>
>>> Tim,
>>>
>>> Sorry!. I could not put it to work. I am sure that I am making something
>>> wrong.
>>>
>>> My AjaxAutocomplete is
>>>
>>> <wo:AjaxAutoComplete id = "customers" afterUpdateElement = "observe" class
>>> = "form-control" list = "$currentValuesForCustomers" selection = "$global"
>>> value = "$value" item = "$currentValue" />
>>>
>>> And then I have a AjaxObserveField as follows
>>>
>>>
>>> <wo:AjaxObserveField observeFieldID = "customers" updateContainerID =
>>> "invoiceslist" action = "$customerSelected"></wo:AjaxObserveField>
>>>
>>>
>>> Can you see what I am doing wrong?
>>>
>>> Stavros
>>>
>>>
>>>
>>>> On 9 Nov 2023, at 10:00?PM, email@hidden wrote:
>>>>
>>>> Send Webobjects-dev mailing list submissions to
>>>>    email@hidden
>>>>
>>>> To subscribe or unsubscribe via the World Wide Web, visit
>>>>    https://lists.apple.com/mailman/listinfo/webobjects-dev
>>>> or, via email, send a message with subject or body 'help' to
>>>>    email@hidden
>>>>
>>>> You can reach the person managing the list at
>>>>    email@hidden
>>>>
>>>> When replying, please edit your Subject line so it is more specific
>>>> than "Re: Contents of Webobjects-dev digest..."
>>>>
>>>>
>>>> Today's Topics:
>>>>
>>>>  1. AjaxAutoComplete (Stavros Panidis)
>>>>  2. Re: AjaxAutoComplete (D Tim Cummings)
>>>>  3. Re: AjaxAutoComplete (Jesse Tayler)
>>>>
>>>>
>>>> ----------------------------------------------------------------------
>>>>
>>>> Message: 1
>>>> Date: Thu, 9 Nov 2023 09:54:40 +0200
>>>> From: Stavros Panidis <email@hidden>
>>>> To: email@hidden
>>>> Subject: AjaxAutoComplete
>>>> Message-ID: <email@hidden>
>>>> Content-Type: text/plain;  charset=us-ascii
>>>>
>>>> Hi,
>>>>
>>>> Is there any trick available to make AjaxAutoComplete field observable (by
>>>> AjaxAobserveField) ?
>>>>
>>>> Many thanks in advance for your help
>>>>
>>>> Stavros
>>>>
>>>> ------------------------------
>>>>
>>>> Message: 2
>>>> Date: Thu, 9 Nov 2023 20:00:33 +1000
>>>> From: D Tim Cummings <email@hidden>
>>>> To: email@hidden
>>>> Subject: Re: AjaxAutoComplete
>>>> Message-ID: <email@hidden>
>>>> Content-Type: text/plain; charset=UTF-8; format=flowed
>>>>
>>>> Set parameter afterUpdateElement to "observe" and it will behave like it
>>>> is in an AjaxObserveField
>>>>
>>>> <wo:AjaxAutoComplete list = "$listCustomerName" size = "50" value =
>>>> "$theCustomerName" afterUpdateElement = "observe" />
>>>>
>>>> Tim
>>>>
>>>> On 9/11/23 17:54, Stavros Panidis via Webobjects-dev wrote:
>>>>> Hi,
>>>>>
>>>>> Is there any trick available to make AjaxAutoComplete field observable
>>>>> (by AjaxAobserveField) ?
>>>>>
>>>>> Many thanks in advance for your help
>>>>>
>>>>> Stavros
>>>>> _______________________________________________
>>>>> 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
>>>>
>>>>
>>>> ------------------------------
>>>>
>>>> Message: 3
>>>> Date: Thu, 9 Nov 2023 12:00:52 -0500
>>>> From: Jesse Tayler <email@hidden>
>>>> To: D Tim Cummings <email@hidden>
>>>> Cc: email@hidden
>>>> Subject: Re: AjaxAutoComplete
>>>> Message-ID: <email@hidden>
>>>> Content-Type: text/plain; charset="utf-8"
>>>>
>>>> I have used Ajax quite easily on a couple of components and for some
>>>> reason, implementing even the simplest test was failing on updating a
>>>> component of a similar sort.
>>>>
>>>> Before I make a wholly new component ? are there flags or tests aside from
>>>> jQuery which seems fine? I don?t readily see why this just isn?t seemingly
>>>> observing and updating the way I expect?
>>>>
>>>> Thoughts?
>>>>
>>>>> On Nov 9, 2023, at 5:00 AM, D Tim Cummings via Webobjects-dev
>>>>> <email@hidden> wrote:
>>>>>
>>>>> Set parameter afterUpdateElement to "observe" and it will behave like it
>>>>> is in an AjaxObserveField
>>>>>
>>>>> <wo:AjaxAutoComplete list = "$listCustomerName" size = "50" value =
>>>>> "$theCustomerName" afterUpdateElement = "observe" />
>>>>>
>>>>> Tim
>>>>>
>>>>> On 9/11/23 17:54, Stavros Panidis via Webobjects-dev wrote:
>>>>>> Hi,
>>>>>>
>>>>>> Is there any trick available to make AjaxAutoComplete field observable
>>>>>> (by AjaxAobserveField) ?
>>>>>>
>>>>>> Many thanks in advance for your help
>>>>>>
>>>>>> Stavros
>>>>>> _______________________________________________
>>>>>> 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
>>>>
>>>> -------------- next part --------------
>>>> An HTML attachment was scrubbed...
>>>> URL:
>>>> <https://lists.apple.com/archives/webobjects-dev/attachments/20231109/a4ce1245/attachment.htm>
>>>>
>>>> ------------------------------
>>>>
>>>> Subject: Digest Footer
>>>>
>>>> _______________________________________________
>>>> Webobjects-dev mailing list
>>>> email@hidden
>>>> https://lists.apple.com/mailman/listinfo/webobjects-dev
>>>>
>>>>
>>>> ------------------------------
>>>>
>>>> End of Webobjects-dev Digest, Vol 20, Issue 56
>>>> **********************************************
>>>
>>> _______________________________________________
>>> 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 <mailto:email@hidden>
>>
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list      (email@hidden
>> <mailto:email@hidden>)
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden <mailto:email@hidden>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <https://lists.apple.com/archives/webobjects-dev/attachments/20231111/ffc24baf/attachment.htm>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Webobjects-dev mailing list
> email@hidden
> https://lists.apple.com/mailman/listinfo/webobjects-dev
>
>
> ------------------------------
>
> End of Webobjects-dev Digest, Vol 20, Issue 59
> **********************************************

 _______________________________________________
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

  • Prev by Date: Re: Replay request
  • Next by Date: Re: Replay request
  • Previous by thread: Re: AjaxAutoComplete
  • Next by thread: Replay request
  • Index(es):
    • Date
    • Thread