Hi Thanks for your response.
When I try to change the checkbox status and then submit the form, basically calling another page through a
java method, I am not able to navigate to the next page.
Where as I am able to navigate without changing the checkbox status? Why is it so? How to rectify?
Page1 gets the user input and page2 just displays the user. I am able to display the user input into second page if I don't alter the checkbox status. But if I change the checkbox status, if I press submit button on the first page, it is not navigating to the second page. Can anyone tell me why? This is just a simple example I have started playing around with jsf. But I think when the page gets refreshed when I change the checkbox, something happens which prevents from navigating. As a beginner, I am not able to overcome this problem. Please let me know.
page1.jsp
page2.jsp
UserBean.java
And more over I am trying to clear the text box to null if checkbox is
Where should I mention?