1. In this approach all the selected values will be inserted in separate rows in table.Ex. if you select 3 value out of 10 in LOV then 3 rows will be inserted in table. No need to create the LOV in ViewObject. Create Entity and View for the table in which you want to store the multiple selected LOV values. Also create the read only view which has the LOV values which user will select. Ex. 1. PropertiesVO - VO in which value will be stored 2.PropertiesAvailableValuesRVO - VO in which provide LOV value. 2. First of all add af:selectManyChoice component to your page. 3. As shown in the below code create the binding,value and valueChangeListner in your bean and associate with this component. 4. Also create the f:selectItems and create the binding and value in bean same as done above. <af:selectManyChoice label="#{caseviewcontrollerBundle.PROPERTIES}" ...
Advanced ADF and Webcenter Learning