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 here http://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 this 
http://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 cake-php@googlegroups.com
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