jsf - p:selectOneMenu is not showing the list on click -
i have used following set of code develop <p:selectonemenu>. shows default first item when click on that, nothing happens , can't select option drop-down list.
<p:selectonemenu id="roomcategory" value="#{user.favoritecar1}" > <f:selectitem itemvalue="520" itemlabel="bmw series 5 - 520" /> <f:selectitem itemvalue="525" itemlabel="bmw series 5 - 525" /> <f:selectitem itemvalue="535" itemlabel="bmw series 5 - 535" /> </p:selectonemenu> the ui nothing happens on click

can me identify reason ? it's same code have found on primefaces showcase.
seems layout issue. try add styleclass attribute , decrease width of drop-down. @ moment it's width larger , can not see drop-down trigger @ right side of list. clear items loaded in list.
Comments
Post a Comment