Open icarrara opened 4 years ago
Use case: Deploy the Relation Sample application and have the possibility to select multple Position from the pull-down list in Employee edit page.
It is easy to setup in JSP with <select multiple name="getfromall" ... >
<select multiple name="getfromall" ... >
How I cand do with the Java code to persist the multple choice ?
Use case: Deploy the Relation Sample application and have the possibility to select multple Position from the pull-down list in Employee edit page.
It is easy to setup in JSP with
<select multiple name="getfromall" ... >
How I cand do with the Java code to persist the multple choice ?