I am facing a very strange problem. Here is the steps that result in a NullPointerException. I am using Glassfish v3 (
JSF Mojarra 2.0.2).
Load page1 giving the url in browser.
Press any button in page 1. Takes the user to page 2.
Process page 2 by pressing button. After processing is over press back button (type=submit) in page 2 to go back to page 1. Navigation occurs and page 1 is displayed.
Press any button in just loaded page 1. This throws NullPointerException. Here is the stack trace.
I have no idea what is going wrong.
regards,
Nirvan.