On 25/05/2009, at 3:16 PM, Devi Rv wrote:
>
> Hi,
>
> Below is the code I am using to display drop down. This drop down is
> for
> displaying categories.
>
> <% form_for :category do |form| %>
> <%= form.collection_select(:id,@categories, :id,
> :category_name, {},
> {:onChange => remote_function(:url=>{:action=>'say_hello',
> :with => "'id='+value"},
> :update=>'mydiv')}
> ) %>
> <% end %>
>
> I want to get the 'current category id' during onchange. Using :with
> =>
> "'id='+value" I am not able to get it.
>
>
For a start, you have :with as part of the :url hash... it should be
on the same level as :update.
Julian.
----------------------------------------------
Blog: http://random8.zenunit.com/
Twitter: http://twitter.com/random8r
Learn: http://sensei.zenunit.com/
Latest: How to use Unix basics at http://sensei.zenunit.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
-~----------~----~----~----~------~----~------~--~---