<% %> <% if @flash[:candlist] %> <% end %> <%= form_remote_tag :update => 'candlist', :url => { :action => 'add_candidate' } %>

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

<%= end_form_tag %>