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

java - HTTP Status 500 - An exception occurred processing JSP page /second.jsp at line 15 -

php - Using str_replace to translate a MySQL Table in html -

asp.net mvc - Cannot display error message on Editor or EditorFor -