search for: collection_select_with_current

Displaying 2 results from an estimated 2 matches for "collection_select_with_current".

2011 Aug 21
0
problem with typo6.0.8
...ils3.. when i click on articles tab of typo admin page in browser.. i get the following error.. and all the remaining tags are working fine. undefined method `gsub!'' for 2011-08-21 06:28:15 UTC:Time Extracted source (around line *#34*): 31: %></td> 32: <td><%= collection_select_with_current(:search, :user_id, User.find(:all), "id", "name", @search[:user_id].to_i, true) %></td> 33: <td> 34: <%= collection_select_with_current(:search, :published_at, Article.find_by_published_at, "publication", "publication", @search[:pu...
2007 Nov 01
1
Default value for collection_select
Hi all, Can we use collection_select with default selected option. I am implementing countries and its corresponding states dropdown through Ajax and I have used collection_select method to select countries. Now for editing point of view I want the country which is selected earlier should come. Please let me know if someone has any idea about this. Thanks Ruchita Sharma. -- Posted via