Thanks for your reply Nicholas,
Now the only problem I am facing in my application is "form_remote_tag"
How to use form_remote_tag in 2.2.2
I am trying to use it in this way in 2.2.2
<%= form_remote_tag({:url => {:controller => 'some_controller',
:action => 'some_action'},
:update => 'some_div',
:loading =>
"Effect.Appear('indicator');",
:complete => "Effect.Fade('indicator');",
:html => {:id => 'some_id' }
}) do %>
-----------------All Text fields & checkboxes etc etc.................
<%end%>
before it was (in 1.1.6)
<%= form_remote_tag({:url => {:controller => 'some_controller',
:action => 'some_action'},
:update => 'some_div',
:loading =>
"Effect.Appear('indicator');",
:complete => "Effect.Fade('indicator');",
:html => {:id => 'some_id' }
}) %>
-----------------All Text fields & checkboxes etc etc.................
<%end_form_tag%>
Please help me to use form_remote_tag in rails 2.2.2
Thanks in advance,
Raju
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---