Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
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.