Fields_for in a form_for_remote?

Can you nest fields_for in a form_for_remote?

On 11 Mar 2008, at 20:08, Murphy Blatt wrote:

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
tags.

Fred