0
I came across a problem I couldn’t solve. I have a p:selectonemenu that has a p:ajax with Event change. When changing its value it executes a Listener that arrow the values of other p:selectonemenu. When giving the render of f:ajax it is not showing the values of the other p:selectonemenu, even though the converters already exist for the respective classes. By checking in the backbean the value assigned to the p:selectonemenu are at the correct values, it just does not appear on the screen. When you perform any validation then yes the values appear on the screen.