I have an observe_form running well ...
<% form_tag ... %>
.....
<%= hidden_field_tag :contact -%>
<% end -%>
<%= observe_form(''display_networkForm'', :url => {:action
=>
''display_rnetwork''}, :submit =>
''display_networkForm'' ) -%>
Inside this form, I need to have an Ajax request (link_to_remote,..) to
update the hidden field
but when the hidden_field is changed this doesn''t fire up the observer
to submit the form
any trick ?
thanks
kad
--
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---