D2W and Ajax
D2W and Ajax
- Subject: D2W and Ajax
- From: "Ted Archibald" <email@hidden>
- Date: Thu, 4 Dec 2008 20:21:58 -0600
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden