JSF SelectManyMenu Example
JSF SelectManyMenu Example @jsf #jsf @javaserverfaces #javaserverfaces
JSF SelectManyMenu Example
The JSF SelectManyMenu renders an HTML <Select> tag. It allows User to select more than one item in the list at a time. JSF sets the size of the SelectOnemenu to One so only one value will be displayed at a time. User need to scroll down to see the other values (See Last Image). Below is the JSF and its corresponding HTML tag
JSF SelectManyMenu
<h:selectManyMenu value=“…
View On WordPress











