Try setting the id in your html options:
form_remote_tag(:html => { :id => "form_id", :action =>
url_for(...) })
Not sure if that''ll work, but give it a shot.
Pat
On 8/6/05, Joe Van Dyk <joevandyk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> Say I want to observe a form with observe_form. The API for it says
> that you need to include the id of the form in the observe_form call.
>
> How can I set the form id with the form_remote_tag call?
> _______________________________________________
> Rails mailing list
> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>