[Rails] problem with RJS, params and Internet Explorer

2009-10-06 Thread Alexei Spirit
Hi, I have some RJS code to update my select fields. It perfectly works on Firefox, but IE don't want to send params to controller. Here is the code in view: <%= select("incident","service_group_id", @service_groups,{:selected => 0},{ :onchange => remote_function( :update => "incident_ser

[Rails] Problem with RJS

2009-07-30 Thread Shahin Kordasti
Hi, I am trying to do a rails application that uses google map to allow users to specify longitude and latitude and then the google map should be updated to show that location which was specified. I am using observe_field on the text field like this: <%= observe_field 'geo_loc_cords',