j ai une liste deroulante des clients
<html:select name="clientForm" property="id_client">
<html:options collection="listfamille" property="id_client" labelProperty="nom_client"/>
</html:select>
je veux qu une fois je choisis un client dans la liste deroulante elle devient figée pour ce client. cad que je peux pas choisir deux fois???
c peut etre fais par javascript? si oui comment?
Partager