What html form control is used in adding multiple value field? -


i have making simple jsp app , have many many relationship between song , genre. form field should use add multiple genres song. thinking of check boxes don't know if appropriate. here erd.song erd

if goal select multiple options, checkboxes best option.

radio , <select> select one.

w3 schools: <input> tag


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -