Re: Clarification on AjaxObserveField and AjaxUpdateContainer

2011-05-11 Thread Theodore Petrosky
--- On Wed, 5/11/11, Chuck Hill wrote: > From: Chuck Hill > Subject: Re: Clarification on AjaxObserveField and AjaxUpdateContainer > To: "Roger Perryman" > Cc: "Theodore Petrosky" , webobjects-dev@lists.apple.com > Date: Wednesday, May 11, 2011, 12:58 AM &

Re: Clarification on AjaxObserveField and AjaxUpdateContainer

2011-05-10 Thread Chuck Hill
empty AUC after clicking outside the AAC field and then clicking Add. > > Roger > > > On May 10, 2011, at 3:47 PM, Theodore Petrosky wrote: > >> ---------- >>> >>> Message: 2 >>> Date: Tue, 10 May 2011 14:02:04 -0400 &

Re: Clarification on AjaxObserveField and AjaxUpdateContainer

2011-05-10 Thread Roger Perryman
ue, 10 May 2011 14:02:04 -0400 From: Roger Perryman Subject: Re: Clarification on AjaxObserveField and AjaxUpdateContainer Interaction To: Theodore Petrosky Cc: webobjects-dev@lists.apple.com Message-ID: <12ce8601-01a0-4821-a246-e4a99496a...@xeotech.com> Content-Type: text/plain; ch

Re: Clarification on AjaxObserveField and AjaxUpdateContainer

2011-05-10 Thread Theodore Petrosky
-- > > Message: 2 > Date: Tue, 10 May 2011 14:02:04 -0400 > From: Roger Perryman > Subject: Re: Clarification on AjaxObserveField and > AjaxUpdateContainer >     Interaction > To: Theodore Petrosky > Cc: webobjects-dev@lists.apple.com &

Clarification on AjaxObserveField and AjaxUpdateContainer Interaction

2011-05-09 Thread Roger Perryman
Hi, I placed a WOConditional inside an update container so I could use it as a hook to execute some code whenever the container was updated. Specifically, I needed to update some objects after an AjaxModalDialog was closed with the results from AjaxAutoComplete (and other inputs). The ent