AjaxSortableList bindings
AjaxSortableList bindings
- Subject: AjaxSortableList bindings
- From: Lemuel Raganas <email@hidden>
- Date: Wed, 20 May 2009 13:51:01 +0800
Hi List,
I've read the AjaxSortableList bindings.
What does listItemIDKeyPath means?
Surely I know for the fact that it requires numeric so I bound an
Integer to that binding key.
I was hoping that index of every item of my NSArray/NSMutableArray
object will be placed there.
However when I inspect the generated html I found the item id in the
"<li>" tag seems to be null like so:
<li id "myList_null" otherTagStringssssss> Some item here </li>
And the action method bound to the action binding key did not
triggered during dragging/reordering of the items.
And the list object bound to the list binding key did not reordered.
So what did I do wrong?
Thanks,
Lemuel Raganas
email@hidden
_______________________________________________
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