Hi all
Am writing dropdownlist list the fallowing way. by default it will display select if we did not select any option by default select value is saveing into custom type. i want a validation if client will not select any thing i should give one error message
<td><dmf:dropdownlist name="MaritalStatus" id="marId">
<dmf:option label="Select" value="select" />
<dmf:option label="Single" value="single" />
<dmf:option label="Married" value="married" />
</dmf:dropdownlist></td>