<% form_for @command, :html => {
:id => form_id,
:class => "edit_sap_event_command",
:autocomplete => "off",
:onsubmit => "try {helpsys.CntMgr.getController('#{form_id}').submitForm();} catch(e) {console.log(e);};return false;"} do |form| %>
<% end %>
<%= form.label :error_handling, t_label('command.command_error_handling.action_label'), :class => "name-label item-label", :style=>"width:160px;" %>