Displaying 1 result from an estimated 1 matches for "product_descripcion".
2006 Jan 20
1
form_tag and multiple buttons inside problem
...'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 %>
<label for="product_precio">Precio</label>
<%= text_field ''product'', ''precio'', ''siz...