Can you nest fields_for in a form_for_remote?
Can't think why not, given that form_remote_for is just a regular form
with the onsubmit set to some js that serializes the form and submits
over ajax and that fields_for just allows you to generate some <input>
tags.
Fred