There's not quite enough information here to give a definitive answer ... For instance, how are rows and columns being generated?  Are you Ajax updating the creation of them?  If so, however you're triggering the update will require you to set evalScripts = true.  I haven't tested an ajax update container that generates ajax update containers inside of it before, so if it continues to not work, please submit a simple example to the Wonder mailing list.

ms

On Sep 14, 2006, at 8:04 PM, Marcos Trejo Munguia wrote:

Hi List,

I have a big problem with AjaxUpdateContainer, I have an AjaxDroppable matrix, for every droppable object in the matrix I have an AjaxUpdateContainer inside. The id of the container is generated with the row and column numbers, something like _00, _01, _02, etc. I added the underscore to be able to call the function <id>Update() every time that something is dropped inside an AjaxDroppable, so the onDrop look like this "function(element, droppableElement) { _[row][column]Update(); }" for each AjaxDroppable, the problem comes when you change the number of rows or columns in the matrix, the initial size of the matrix is 4x4, if I change the number of rows to 6 for example, when I drop something  in rows 5 or 6 I get the next _javascript_ Error: _50Update() is not defined.

I would appreciate any help.

Thanks in advanced. _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:

This email sent to [EMAIL PROTECTED]

 _______________________________________________
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