Displaying 1 result from an estimated 1 matches for "type_articl".
Did you mean:
type_article
2007 Jun 03
1
observer_field - select form
...do not have an error but nothing change when i
change the select list):
in the view:
<code><% form_tag :action => ''update'', :id => @cour do %>
<!-- we choose the type of document (which will determine the form to
include) -->
<p><label for="type_article">Choissisez le type de votre
article:</label><br/>
<%= select :cour, :type_article, {"cours"=>"c",
"exercice"=>"ex"},:include_blank=>true %>
<!-- we observe the select list -->
<%= observe_field ''type_art...