p:selectOneMenu does not set value in bean
I found the error and it was ... quite strange and circumstantial. I added the following line inside the SelectOneMenu:
<p:ajax event="change" update="@this" />
and now it works just fine.
I found the error and it was ... quite strange and circumstantial. I added the following line inside the SelectOneMenu:
<p:ajax event="change" update="@this" />
and now it works just fine.