@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" />