Displaying 1 result from an estimated 1 matches for "product_nombr".
Did you mean:
product_nombre
2006 Jan 20
1
form_tag and multiple buttons inside problem
...so doesn''t call update_piece as it should. Maybe I''m not
being very clear, please excuse my english is not my first language.
Here''s the code for the view.
<%= start_form_tag :action => ''update'',:id => @product %>
<label for="product_nombre">Nombre</label>
<%= text_field ''product'', ''nombre'' %>
<label for="product_descripcion">Descripcion</label>
<%= text_area ''product'', ''descripcion'', :rows=>4 %>...