• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: AjaxObserveField
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AjaxObserveField


  • Subject: Re: AjaxObserveField
  • From: Dawn Lockhart <email@hidden>
  • Date: Tue, 18 Mar 2008 18:37:45 -0400
  • Thread-topic: AjaxObserveField

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      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: DST fixed for 08 in 5.4??
  • Next by Date: Re: DST fixed for 08 in 5.4??
  • Previous by thread: Re: AjaxObserveField
  • Next by thread: Of Inheritance and AwakeFromInsertion
  • Index(es):
    • Date
    • Thread