The action of my commandButton does not work any more after using SelectOneMenu
Marcos Luiz
Greenhorn
Joined: Nov 02, 2005
Posts: 3
posted
0
The action of my commandButton does not work any more after using SelectOneMenu.
After I try to use the SelectOneMenu on my page the methods of my bean isn't executing any more. The SelectOneMenu works just fine, but the Bean don't.
I suggest you turn on the logs for myfaces and see what is going on under the hood. I guess the problem is with binding value of selectOneMenu to managed-bean and INVOKE_APPLICATION phase isn't invoked.