Re: AjaxObserveField
Re: AjaxObserveField
- Subject: Re: AjaxObserveField
- From: Mike Schrag <email@hidden>
- Date: Tue, 18 Mar 2008 17:45:59 -0400
So ... red flags: GradeLevelField : WOPopUpButton { list = gradeLevels; item = gradeLevel; displayString = gradeLevel.name;
selectedValue = selectedGradeLevel;
selectedValue vs selection ... red flag ... unrelated to your problem. id = gradeLevelFieldID; the id of the field is bound to a keypath here GradeLevelObserveField : AjaxObserveField { observeFieldID = "GradeLevelField"; but a constant here. these have to match ... I suspect they don't.
otherTagString = ""; This will not work .. you're just submitting the form directly instead of with Ajax.
ms |
_______________________________________________
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