Displaying 2 results from an estimated 2 matches for "time_entry_decript".
2006 Sep 20
2
Not receiving form data using form_remote_for
...adding="5" width="100%">
<tr>
<td><label for="time_entry_hours">Timer:</label></td>
<td><%= f.text_field(''hours'', :size => 4, :value => entry.hours)
-%></td>
<td><label for="time_entry_decription">Beskrivelse:</label></td>
<td><%= f.text_field(''description'', :size => 40, :value =>
entry.description)-%></td>
<td id=''submit''> <%= submit_tag ''Lagre'' %></td>
</tr>
&l...
2006 Nov 04
0
Controller don''t receives form parameters using form_remote_for
...adding="5" width="100%">
<tr>
<td><label for="time_entry_hours">Timer:</label></td>
<td><%= f.text_field(''hours'', :size => 4, :value => entry.hours) -%></td>
<td><label for="time_entry_decription">Beskrivelse:</label></td>
<td><%= f.text_field(''description'', :size => 40, :value =>
entry.description)-%></td>
<td id=''submit''> <%= submit_tag ''Lagre'' %></td>
</tr>...