• 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: 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

References: 
 >AjaxObserveField (From: Dawn Lockhart <email@hidden>)

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