Did you try converting weight_array into a string first? Because javascript does not understand ruby objects.
Thanks, Abhinav -- अभिनव http://twitter.com/abhinav On Wed, Sep 9, 2009 at 3:20 PM, Hemant Bhargava<[email protected]> wrote: > > Tried but of no worth .. > Newayz thanks a lot for replying .. :) > > Cheers .. > > Abhinav Saxena wrote: >> Although I know very little javasacript, but try this as well: >> >> <%= radio_button "ab", "cd", { :onclick => "abc( " + <%= weight_array >> %> + >> " )"; } %> >> >> BTW, you should use join to make weight_array a string before passing to >> javascript function. You can recreate the array in javascript, if you >> wish, >> by splitting back. >> > >> On Wed, Sep 9, 2009 at 3:09 PM, Hemant Bhargava < > > -- > 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 -~----------~----~----~----~------~----~------~--~---

