Thanks, Mike, that fixed it!

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      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to