[Rails] Re: Problem with select_tag

2009-02-27 Thread Thiti Panya
vimal wrote: i guess the select tag should be represented as form.select_tag thank a lot but i used it , i have error this this undefined method `select_tag' for #ActionView::Helpers::FormBuilder:0xb788a2a4 -- Posted via http://www.ruby-forum.com/.

[Rails] Problem with select_tag

2009-02-26 Thread Thiti Panya
i create drop-down memu for organelle by using select_tag but problem is can't get value for form to database seqfeature, i don't understand why? pls help me code for veiw.rhtm % form_for :seqfeature do |form| % -- Posted via http://www.ruby-forum.com/.

[Rails] Re: Problem with select_tag

2009-02-26 Thread Thiti Panya
Thiti Panya wrote: i create drop-down memu for organelle by using select_tag but problem is can't get value for form select_tag to database seqfeature but form.text_field ,it's work , i don't understand why? pls help me ## code