Displaying 1 result from an estimated 1 matches for "catelemento_clave".
2006 Apr 29
1
can i alter the _form.rhtml without have troubles to validat
...d="catelemento_Comandancia" name="catelemento[Comandancia]">
<%for koman in @komandancias %>
<option value="<%= koman.id %>"><%= koman.Nombre %></option>
<% end %>
</select>
<p><label for="catelemento_Clave">Clave</label><br/>
<%= text_field ''catelemento'', ''Clave'' %></p>
<p><label for="catelemento_Nombre">Nombre</label><br/>
<%= text_field ''catelemento'', ''Nombre'...