Displaying 2 results from an estimated 2 matches for "program_format".
2006 Apr 07
1
Formatting form tags for children of parrent data?
...>Author</b><br>
  <input id="program_author" name="archive[author]"
         size="30" type="text"
         value="<%= @program.author %>" />
  </p>
  <p><b>Format</b><br>
  <input id="program_format" name="archive[format]"
         size="30" type="text"
         value="<%= @program.format %>" />
  </p>
  <p><b>Reference</b><br>
  <input id="program_reference" name="archive[reference]"...
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