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 = "onChange='this.form.submit();'";
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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]