problem with forwarding to new page in jsf
Hi
I am facing a problem. I have a checkbox in my jsp page and 3 submit button. The two button works w r t check box and its woking fine. I am getting problem with the 3rd button. I want to fwd to next page once the button is clicked.
For the check box i am using the method
public String handleCheckbox2ValueChange(ValueChangeEvent valueChangedEvent)
{
}
Can anyone help me in this regard. I need to fwd to the next page.
Regards
Rupesh

