Thanks for the quick response.

I'm not sure I follow. My view is rendered with partials, called from 
search function when the user submits the search:

<%= render :partial => 'record', :collection => @search_results %>

--

def search_records
  # get the search form results from params
  conds =  # formulate the conditions
  @search_results = Records.find(:all, :conditions => conds)
  # render the view
end


Now, a separate form on the page is used to update the shown records. I 
can't see how this relates to your answer (then again, I'm new to all 
this).
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to