Problem with button_to_remote on 2.3.2

I have a link_to_remote call which works as expected:
<%= link_to_remote “-”, { :url =>
{ :action => :remove_from_cart, :id => cart_item.product} }, { :href =>
url_for(:action => :remove_from_cart, :id => cart_item.product) } %>

'Where is the button problem?


Steve Shepherd
Mob:+64 (0) 27 4338154
Email: [email protected]
Analyst

On Fri, May 1, 2009 at 4:12 PM, Eddie R. <