On Aug 20, 1:04 pm, Hemant Bhargava <[email protected]>
wrote:
> Thanks for reply ..
> already read ..
>
And you didn't notice that the second parameter to options_for_select
is the value to be selected ? (you do need to ensure that the type of
the selected value is the same as the type of the select options - a
common mistake is for one to be an integer and the other a string)

Fred
> Is dere any type of mishappening is happening .. I mean if i am storing
> values in array as string ..
>
> >> Is dere any way to give default value or value to select tags ..
> >> My scenario is:-
>
> >> <% value_array = [1, 2, 3, 4, 5] %>
> >> <select name="abc[def]">
> >> <%= options_for_select (value_array) %>
> >> </select>
>
> > Read the docs for options_for_select
>
> > Fred
>
> --
> Posted viahttp://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
-~----------~----~----~----~------~----~------~--~---

Reply via email to