Hi,

I am using AjaxUpdateContainer and AjaxObserveField 's and trying to perform 
ajax updates when I modify data in a text field or when I select Radio button.

But when I change any data in the text field that has ajax observe field 
binding and tab out then no ajax update is performing, the following error is 
displaying in the browser console:

TypeError: Result of expression 'formSerializer' [undefined] is not a function.


And in other page, I have a radio button and when I select the radio button 
that has ajax observe field binding then the following error is displaying in 
the browser console (no ajax update is performing):

TypeError: Result of expression '$(formFieldID)' [null] is not an object.


Thanks for any help.


The following is structure of my components laid out:
---------------------------------------------------------------------------------
<script src="prototype.js" type="text/javascript"></script>  //-- loading 
prototype.js

WOBody

        AjaxUpdateContainer     // --  placed ajax updated container before the 
form, trying to update all the form elements.  defined ID for the update 
container in the wod file

                WOForm      // -- form has multipleSubmit=true;

                        WOTextField  (or) WORadioButton          // -- defined 
ID fields, so that using the ID field the ajax observe field binds and observes 
the change in the field

                        AjaxObserveField   // -- placed ajax observe field 
after the text field or radio buttons.  defined observeFieldID, 
updatedContainerID, and action methods to the observe field
---------------------------------------------------------------------------------

Thanks,
Raghu.

 _______________________________________________
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]

Reply via email to