yasuflatland-lf / damascus

⚔️ CRUD boilerplate generator for Liferay DXP
https://yasuflatland-lf.github.io/damascus-doc/
GNU Lesser General Public License v3.0
51 stars 35 forks source link

It is possible to implement a pull-down list with multiple choice ? #98

Open icarrara opened 4 years ago

icarrara commented 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" ... >

How I cand do with the Java code to persist the multple choice ?