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: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]
