hi

here i have a todo manager. i'm render the whole todo with a partial.
after i submit a new todo how can i refresh the todo partial
samethin lik this

<div>
     <%=render :partial=>"todos" %>
</div>

<div>
      -- here my new todo submit form
</div>


after the new todo submit form submition i need to refresh the partial
todos
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to