Hi,
i just found that i want to id some of the form elements created using
the prototype helper methods, like submit_to_remote, etc.
there doesn’t seem to be a way to do this, right?
So i tried to modify the helper module, but with no result.
i added “options[:html][:id] = name” to the submit_to_remote method, but
still the id tag doesn’t appear in my page.
isn’t it enough to edit the prototype_helper.rb file?
cheers