Ok my approach was a bit off. I got the div to update on form submission. But how to separate the form view from the same page as the view to display updates?
which I think has to do with this
return XML('ajax("%s",[],"#song_list");' % URL('default',
'ajax_example.load'))
Any ideas

