Displaying 1 result from an estimated 1 matches for "nom_candidat".
2006 May 22
2
Inserting data in a table with a varchar key field
...idat_CIN">CIN</label><br/> |
6: <%= text_field ''candidat'', ''CIN'' %></p> |
7: |
8: <p><label for="candidat_NOM_CANDIDAT">Nom</label><br/> |
9: <%= text_field ''candidat'', ''NOM_CANDIDAT'' %></p> |
_____________________________________________________________________|
Then I added the following methods to my Model (Candidat)...