Breaking down the form elements to a smaller amount... I have part of a form like this: <!--[form:address]--> <%= hidden_field ''address'', ''id'' %></p> <p><label for="address_street_a" class="InputTitle">Address 1</label><br/> <%= text_field ''address'', ''street_a'' %></p> <p><label for="address_street_b" class="InputTitle">Address 2</label><br/> <%= text_field ''address'', ''street_b'' %></p> <!--[eoform:address]--> which creates the hash on the backend to access... the question is... if i want an array of said hashes... something like <% for address in @addresses %> ... same as above.. <% end %> What do I have to do to get array of address information... pointers... links... etc all greatly appreciated... _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails