>
> Dear friends,
> I am Sarathy working in a CTI based company. I am learning Ruby on
rails.
> I am creating an web interface in Ruby on Rails . Using
form_remote_tag ,I couldn't get the data while post the form.
> Please help me to know all the options in form_remote_tag.
>
>
> Best regards ,
> Sarathy.
>
Hi Sarathy,
Give more information about code.Without code we can't tell where u
did mistake.
this is basic syntax of form_remote_tag:
<%= form_remote_tag(:url => {:controller => :reviews, :action =>
:add_tag, :id => review_id}) %>
..........code.........
</form>
Thanks
Ravi Katta