<% %> <% if flash[:candlist] %> <% end %> <% form_remote_tag(:update => 'candlist', :url => { :action => 'add_candidate' }, :complete => "Field.focus('ajax_newcandidate')") do %>

<%= text_field "ajax", "newcandidate", :size => 40 %> <%= submit_tag "Add(+)" %>

<% end %>