Hi
I have a form as below
<%= form_remote_tag :update => “update_sd_resolution_ui”,
:url => { :action => ‘sd_resolution_save’,
:id => @sd_ticket.id,
:sd_resolution_id=>@sd_resolution_id},
:class => ‘itilform’%>
Hr: | <%= text_field :sd_resol, "hours", "size" => 2 %> | </table
---|