I have a website in which I am attempting to post certain form values
back
to my controller using link_to_remote. I need to do this without any
additional form tags, as it is already within a larger form. I have
found a
mod that i think would do this @ http://dev.rubyonrails.org/ticket/2137
but
unfortunatly the site is down right now. Does anyone have any ideas on
the
best way to implement this.
I have a website in which I am attempting to post certain form values back
to my controller using link_to_remote. I need to do this without any
additional form tags, as it is already within a larger form. I have found a
mod that i think would do this @ http://dev.rubyonrails.org/ticket/2137 but
unfortunatly the site is down right now. Does anyone have any ideas on the
best way to implement this.
The :submit option to link_to_remote allows you to post form control
values without an enclosing form.
–
We develop, watch us RoR, in numbers too big to ignore.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.