[Rails] observe_field not working with Internet Explorer
by James Sturrock other posts by this author
Aug 13 2007 9:01AM messages near this date
[Rails] Find the position/page of an item
|
[Rails] time zones - acts_like? problem
I have the following observe field in one of my rhtml files:
<%= observe_field("order_plan", :frequency => 0.2, :url => {:action =>
:update_list}, :with => "id") %>
this works fine in firefox but Internet Explorer (6 and 7) causez my
code to fail.
For some reason when the observe_field calls the update_list it passes
the value of null for id
..., "id"=> "null", ....
Does anybody know why Internet explorer is doing this?
Thanks,
James
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Ta
lk" group.
To post to this group, send email to rubyonrails-talk@[...].com
To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@[...].com
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---
|