Hi Dan,

I think the problem is that you use $item['Item']['id'] for your item-
IDs and not an incrementing number. But I am not sure, maybe it's only
the format, you could try "item_" instead of "item-", you can also set
the format as option with a regular expression.

Hope this helps,

Michael

On 30 Aug., 15:49, Dan Soendergaard <[EMAIL PROTECTED]> wrote:
> Hi bakers!
>
> I'm trying to create a list of div's which should be sortable by
> drag'n'drop. The code can be seen herehttp://bin.cakephp.org/view/649090085
>
> Basically, I'm using the Javascript and Ajax helpers, the libraries
> are included in the layout,
>
> ---
> echo $javascript->link(array('prototype', 'scriptaculous'));
> ---
>
> and using some other functionality form the libraries (like the
> remoteTimer for updating a div) works just fine, thus it cannot be the
> security settings, my browser, or the Ajax helper.
>
> Firebug doesn't show any requests being sent to the server when I drag
> an item, and the Java Console doesn't show any errors... So, I'm
> completely out of ideas of what the problem could be.
>
> The HTML being sent to the browser looks like 
> thishttp://bin.cakephp.org/view/389641311
>
> Any help is appreciated :)
>
> Sincerely,
> Dan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to