Hello WildFly Community,
I’m facing an issue after upgrading from WildFly 37 → WildFly 39. In my application:
I’ve noticed this happens specifically in WildFly 39 with JSF 4 / Mojarra 4, and seems related to the JSF lifecycle handling of AJAX requests.
My question:
I appreciate any guidance or suggestions.
--
You received this message because you are subscribed to the Google Groups "WildFly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wildfly+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/wildfly/cfd1e915-abd0-40a6-85ad-36e18aabb40fn%40googlegroups.com.
<p:commandButton id="Id_Dialog_UNDOACTION"
value="Test"
ajax="true"
process="@this"
update="@form"
onstart="PF('statusDialog').show();"
oncomplete="PF('statusDialog').hide();"
actionListener="#{handler.nullvalues(variables.getNo)}"
/>