search for: licensenumber

Displaying 2 results from an estimated 2 matches for "licensenumber".

2006 Feb 03
0
Instantiating multiple child objects
...want to have a form that would enable me to instantiate many VehicleRegistrations at once. So supposing my form enables 2 vehicleregistrations to be entered alongside with the fields for Person, do I use something like <%= text_field ''Person.VehicleRegistrations[]'', ''licenseNumber'' %> <%= text_field ''Person.VehicleRegistrations[]'', ''vehicleManufacturer'' %> <%= text_field ''Person.VehicleRegistrations[]'', ''vehicleMake'' %> <%= text_field ''Person.VehicleRegistrations[]...
2006 Feb 03
2
_form rendering question for adding multiple child objects
...nt to have a form that would enable me to instantiate many VehicleRegistrations at once. So supposing my form enables 2 vehicleregistrations to be entered alongside with the fields for Person, do I use something like <%= text_field ''Person.VehicleRegistrations[]'', ''licenseNumber'' %> <%= text_field ''Person.VehicleRegistrations[]'', ''vehicleManufacturer'' %> <%= text_field ''Person.VehicleRegistrations[]'', ''vehicleMake'' %> <%= text_field ''Person.VehicleRegistrations[]...