I am using form_remote_tag as follows:
<%= form_remote_tag(:update => "sku", :url=>{:action =>:generate_skus})
%>
The problem I am having is the web page will actually change to the
generate_skus page which defeats the purpose of using this. Any ideas on
why it wouldnt update the html code on the current page.