79152609

Date: 2024-11-03 11:35:15
Score: 2.5
Natty:
Report link

@Dnavir: "It didn't show that exception until I made p:commandButton's ajax="false"."

commandButton/commandLink/ajax action/listener method not invoked or input value not set/updated

Fixed with:

<p:commandButton value="p:doButtonActionListener actionListener" actionListener="#{beWhereWhenController.doButtonActionListener()}" ajax="false" process="@this" />
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Dnavir
  • Self-answer (0.5):
Posted by: NOTiFY