I want the show.rhtml to generate a drop down list (I’ll deal with
populating that list later). What’s the syntax please to generate a
drop-
down list?
All code at: http://strawr.googlecode.com/svn/
Here’s what I have:
[email protected] ~/Desktop $
[email protected] ~/Desktop $ tail strawr/app/views/feeds/show.rhtml
<%= start_form_tag :action => ‘record’, :id => @category %>
<%= text_field 'category', 'category'%>
<%= submit_tag 'Record!' %> <%= end_form_tag %>[email protected] ~/Desktop $
thanks,
Thufir