I''m building my forms with a custom FormBuilder subclass. Now I want to update parts of the form through ajax requests and therefore again need a FormBuilder to build the response. The form in question contains a partial that takes some parameters. It is the content generated by this particular partial that I''d like to replace using RJS with content generated by the very same partial, only this time with different parameters (i.e., local variables). Preferably, I''d do all this in an inline update, simply calling render :update. However, I don''t see how to instantiate the FormBuilder. The only workable solution seems to be to wrap another partial around the partial I''m really interested in and put a suitable form_for in the outer partial. If possible, though, I''d like to avoid such a wrapper partial. Michael -- Michael Schuerig mailto:michael-q5aiKMLteq4b1SvskN2V4Q@public.gmane.org http://www.schuerig.de/michael/ --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---