On Fri, Jan 9, 2009 at 4:04 AM, Zhao Yi <[email protected]>wrote:
> > This is my select_tag code: > > <%=select_tag 'project_version_select', > options_for_select(@project_versions)%> > > How can I set the selected value for this select box? > Look at the documentation for #options_for_select (see http://www.railsbrain.com/api/rails-2.2.2/doc/index.html?a=M002023&name=options_for_select). It takes a second argument which specifies which option should be selected. --wpd --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

