jsf - Select one many doesn't appear correctly -



jsf - Select one many doesn't appear correctly -

i developing primefaces web page. problem have when seek utilize select 1 menu primefaces, menu appears color of button when clicked shows menu.

<p:selectonemenu id="nombre" value="#{actividad.nombre} style="width:150px"> <f:selectitem itemlabel="nombre" itemvalue="" noselectionoption="true" /> <f:selectitems value="#{actividad.a}" /> </p:selectonemenu>

if alter appears correctly want utilize 1 primefaces create interface good. suggestions on why happens, give thanks you!!

give right doctype page.

your page should have required tags (<head>, <body> etc)

validate output html , see if validateable. (note not primefaces components output validateable code)

check on multiple browsers , see happening.

jsf primefaces selectonemenu

Comments

Popular posts from this blog

php - How to pass multiple values from url -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -