I've been trying the last while to get an AjaxUpdateContainer working
inside a D2W property component on an inspect/edit page and I simply
can't get it to work.  I'm not certain if it's even possible, but I
can get a Ajax autocomplete to work fine as a property component.

I'm trying to get a simple calculated field to update a calculated
property like entity.fullName(){ return first() + " " last();}

Everything I've tried produces the following error:

WARN  er.ajax.Ajax  - You performed an Ajax update, but no response
was generated. A common cause of this is that you spelled your
updateContainerID wrong.  You specified a container ID 'the_id'.


When I put the update container on my inspect/edit page outside of the
property repetition everything works fine, but inside the property
repetition, it fails.  I'm sure it fails because of the D2W
generation/rendering process, and I'm not really sure how the innards
of D2W work, hence why I'm not even certain if this is possible.

Thoughts?
 _______________________________________________
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