JSF passthrough dropdown/h:selectOneMenu

229 views Asked by At

I'm having some issues with HTML dropdown. I searched in the web and found this stackoverflow link realated to my issue HTML 5 dropdown and JSF 2.2

I could't use jsfc atribute as suggested in the link. My attribute don't recognize this attr. Do I have to import this attr from an URL?

My error occurs exactly in this line

<ui:repeat value="#{appBean.frentes}" var="frente" jsfc="f:selectItems">

Thanks.

0

There are 0 answers