Re: AjaxObserveField Update Error

2011-05-12 Thread Raghavender Bokka
uld put NSLogs in the > setters and see what is happening when. > > JMHO > > Ted > > --- On Wed, 5/11/11, Raghavender Bokka > wrote: > >> From: Raghavender Bokka >> Subject: Re: AjaxObserveField Update Error >> To: "Theodore Petrosky" >

Re: AjaxObserveField Update Error

2011-05-11 Thread Theodore Petrosky
the setters and see what is happening when. JMHO Ted --- On Wed, 5/11/11, Raghavender Bokka wrote: > From: Raghavender Bokka > Subject: Re: AjaxObserveField Update Error > To: "Theodore Petrosky" > Cc: webobjects-dev@lists.apple.com > Date: Wednesday, May 1

Re: AjaxObserveField Update Error

2011-05-11 Thread Raghavender Bokka
t; the list of Browser2 > > currently when you fire the AUC, the list is null. > > Just a guess. > > > >> Date: Wed, 11 May 2011 23:37:37 +0530 >> From: Raghavender Bokka >> Subject: AjaxObserveField Update Error >> To: Development WebObjects >

Re: AjaxObserveField Update Error

2011-05-11 Thread Theodore Petrosky
My guess is that when you fire the AOF, it should have an action to update the list of Browser2 currently when you fire the AUC, the list is null. Just a guess. > Date: Wed, 11 May 2011 23:37:37 +0530 > From: Raghavender Bokka > Subject: AjaxObserveField Update Error > To:

Re: AjaxObserveField Update Error

2011-05-11 Thread Raghavender Bokka
530 >> From: Raghavender Bokka >> Subject: AjaxObserveField Update Error >> To: Development WebObjects >> >> >> Hi, >> >> I am trying to update a selection list when a value in the >> drop down list is changed. I am using >> "Ajax

Re: AjaxObserveField Update Error

2011-05-11 Thread Raghavender Bokka
Hi Amedeo, When I put the ajaxupdatecontainer surrounding the entire form, then it worked. But only for the first time I am able to see the update, and when I tried second or third time then the update is not happening. Another drawback is if I put the ajaxupdatecontainer for the entire form

Re: AjaxObserveField Update Error

2011-05-11 Thread Theodore Petrosky
What is this: What is Browser2? It has no quotes and there is no WOD binding. Ted > Message: 1 > Date: Wed, 11 May 2011 23:37:37 +0530 > From: Raghavender Bokka > Subject: AjaxObserveField Update Error > To: Development WebObjects > > > Hi, >

Re: AjaxObserveField Update Error

2011-05-11 Thread Chuck Hill
Check your app, 500 is a server error. Chuck On May 11, 2011, at 11:07 AM, Raghavender Bokka wrote: > Hi, > > I am trying to update a selection list when a value in the drop down list is > changed. I am using "AjaxObserveField" and "AjaxUpdateContainer" components > to achieve this functiona

Re: AjaxObserveField Update Error

2011-05-11 Thread Amedeo Mantica
Hello, Try to put the ajaxupdatecontainer surrounding the entire form Regards Amedeo On 11/mag/2011, at 20.07, Raghavender Bokka wrote: > Hi, > > I am trying to update a selection list when a value in the drop down list is > changed. I am using "AjaxObserveField" and "AjaxUpdateContainer" co

AjaxObserveField Update Error

2011-05-11 Thread Raghavender Bokka
Hi, I am trying to update a selection list when a value in the drop down list is changed. I am using "AjaxObserveField" and "AjaxUpdateContainer" components to achieve this functionality. But when I change the value in the drop down list then the entire components or elements existing in the