search for: select_view

Displaying 1 result from an estimated 1 matches for "select_view".

2006 Apr 22
3
Creating a select dropdown box with links to methods
...r method view? I have something that somewhat works, but I think there is probably a much easier way to do it. As of now, I have the dropdown list which when the form is submitted is handed to a controller method which basically I have my dropdown box: <%= form_tag :action => ''select_view'' %> <strong>Select a View:</strong> <select id="selection" name="selection"> <option value="choice1">Choice 1</option> <option value="choice2">Choice 2</option> </select> <%= submit_tag("Vi...