hey Vineeth, As mentioned by others about understand the concept of partial first thats true.
But the collection object can be accessable by the name of partial in you case you can access using "<%= form.attribute_name %>" <%= "render :partial => '/comment/form', :collection=>@blog.comments" %> But if in-case you don't want the object name "form" then you can parse "as => object_name" while calling partial. there are few more options like "form_counter" etc if you want to display it. Thanks Abhis On Fri, Nov 26, 2010 at 11:38 AM, Vineeth Pradhan <[email protected]>wrote: > "Виталий Янчук" <[email protected]> wrote in post #963883: > > Yes, you would better read about that. > > But I will answer, in partial you would be able to access to the item by > > accessing variable named by the name of the partial, in your case "form" > > > > On Thu, Nov 25, 2010 at 2:03 PM, Colin Law <[email protected]> > > wrote: > > > >> Colin > >> > >> > > > > > > -- > > С уважением, > > > > Виталий Янчук > > http://www.vitalik.com.ua/ > > > > Thanks you! > > -- > 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]<rubyonrails-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- 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.

