Hi All, if we want to select multiple values from the list box then we will make use of inbuilt component "af:selectmanychoicebox" in ADF. follow these steps to use this component.
Step1: Create view object for example I have created "DepartmentsVO"
Step2: make an attribute as lov from "DepartmentsVO"
Step3: create one jspx page and add List binding in page definition as shown below
Step 4: from component pallete select "Select Many Choice component" and it will ask for bindings add bindings like below and click on ok
Step 5: Run the page you will get the output like this
Step1: Create view object for example I have created "DepartmentsVO"
Step2: make an attribute as lov from "DepartmentsVO"
Step3: create one jspx page and add List binding in page definition as shown below
Step 4: from component pallete select "Select Many Choice component" and it will ask for bindings add bindings like below and click on ok
Step 5: Run the page you will get the output like this
No comments:
Post a Comment