From: JZ Date: 2005-04-04T06:54:42+09:00 Subject: select_tag() syntax I cannot find out what type of variable shoud be used as option_tags in select_tag(name, option_tags = nil, options = {}). I used array, hash, nothing works. :( <%=select_tag('test', option_tags=[1,2,3])%> result: <%=select_tag('test', option_tags={'1'=>'one', '2'=>'two'})%> result: -- JZ