Displaying 2 results from an estimated 2 matches for "program_downloads".
2006 Apr 20
8
Whats the best way to do this?
I have an archive that can have 0 or more extra files associated with
it.
I would like to be able to edit the associated files info on the same
page as the archive info.
Listing the extra files info to the edit form is simple enough, but How
do I form the text input fields for easy (or automatic) pick-up in the
update?
Or am I barking up the wrong tree here?
--
Posted via
2006 Apr 07
1
Formatting form tags for children of parrent data?
...category.id %>" <%= ''selected'' if category.id
== @program.category_id %>><%= category.name %></option>
<% end -%>
</select></p>
<input type="submit" value="Update" />
</form>
<a href="/program_downloads/Archive/archive/show/<%= @program.id %>">
Show </a> |
<%= link_to "Back", :action => "list" %>
</body>
</html>
I''m looking to add the list of existing extra files after the Category
drop-down.
I started with this:
<p...