I have a problem with p:ajax
within a p:selectOneMenu
when selecting an item. It does add but in a specific item it does not add it.
That is to say in the image I can add ANTIQUING, STONE SETTING6, but when adding STONE SETTINGs7 it does not add me but it jumps an error.
The code is this:
<p:selectOneMenu value="#{ac.nombre_actividad}" id="nom" required="true" effect="fold" filter="true" filterMatchMode="startsWith">
<f:selectItem itemLabel="Select..." itemValue="#{null}" />
<f:selectItems value="#{editFicha.actividades}"
var="acti" itemLabel="#{acti.nombre_actividad} --> #{acti.factoXmil}"
itemValue="#{acti.nombre_actividad}">
</f:selectItems>
<p:ajax event="change" update=":f1:pv :f1:to1 :f1:pieza2:prp:acti :f1:all :f1:growl"
listener="#{editFicha.subjectSelectionChanged}" />
</p:selectOneMenu>
And in the capture of AJAX it comes out: