<%= f.select("service_group_id", @service_groups,{:selected => 0},{
:onchange => remote_function(
:update => "incident_service_id",
:url => {:action => :update_services},
:with => "'service_group_id=' + $F('incident_service_group_id')")
}) %>
I'd tried this way, but effect is the same, IE doesn't transfer params
and FF does
--
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
-~----------~----~----~----~------~----~------~--~---