Hi Joe,
The problem is that you're attempting to make a remote call via the
Ajax.Updater with is not allowed. (It's a security thing -- calls are
only allowed to go back to the server that originally served up the
page).
Where you have: "new Ajax.Updater('list-info',
'http://demo.script.aculo.us/ajax/order', ..."
Change it to call a page on "'http://localhost:8080/"
Hope this helps!
Regards,
Cam
_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs