I found a bug that was driving me freaking crazy and I finally found the culprit ...
Look at line #67 in AjaxObserveField.java ... I'm going to look in other Ajax spots to see if the code was cut and pasted ...
code should be:
observerOptions.addEntriesFromDictionary(options)
instead of
observerOptions.addEntriesFromDictionary(observerOptions)
One of those bugs that only a third party observer could find ...
- pjpritch@mac.com