I’m using JSF 2.0 in my web project. But navigation is not working properly, in my case. I think this problem arose due to changes in hierarchy of the files because action method is working fine. I’m attaching the snapshot to give idea about files’ hierarchy.

If anyone could help to overcome this, I’ll be very thankful.
You have to add
ajax="false"to you primefaces commandButtons in order to perform navigation or use the simple<h:commandButton…if you want to use primefaces ajax button , you should sue redirect then,
like this
also look a t similar question over here:
PrimeFaces commandButton doesn’t navigate or update