sortable("refresh");

sortable("refresh");


with jquery ui 1.0, i had a lot of trouble getting sortables to
refresh, but was able to hack it together using floris barnhoorn's
extension that added refreshSortable() and it kind of worked.
well, here we are, ui 1.5, and i can't get the sortable("refresh") to
refresh my sortable. i've done some cursory debugging (as i don't
really know how to solve the issue) and i know that the "new" item is
making it into the "items" object generated by the refresh function,
but ultimately it's not ending up sortable.
has anyone had any success (or similar failure) and could point me
towards an indication of what is going wrong, what i can look to in
order to see where it may be breaking?
--adam