On Jun 8, 2010, at 9:39 AM, James Cicenia wrote: > name="CA_type"; >
How is the form or value for the pop-up being submitted? Are you using an AjaxObserveField or an AjaxSubmitButton? If by any chance you are using partial form submission with AjaxObserveField then I would get rid of the name binding for your pop-up, otherwise it will not work if I remember correctly. On the other hand if you are doing full form submission then it should work ok. > onChange = "javascript:createAlertNameEntry()"; The onchange is supposed to be bound to javascript. It's not a URL, so I think you can drop the "javascript:" part. Although I don't think that has anything to do with the problem you are seeing. :-)
_______________________________________________ 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]
