I''m trying to create an application where you pick from a list of items to add to an album. Once in the album they can be sorted or removed. I''ve run into nothing but bugs trying to get this to work. I currently have each item draggable in the list. Once it is dragged onto the album rails takes over and adds the id to an array and renders the album partial. All of the items in the album are set to be sortable. This means the album element is both droppable and sortable, is this the proper way to do it? The results seem very very inconsistant, and practically unusable in script 1.5. Any help would be greatly appreciated, thanks! Joe