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

[495 byte] By [RishabGuptaa] at [2007-11-27 6:55:44]
# 1
This sounds like a simple JSF navigation that has nothing to do with the checkbox. Read the documentation and tutorials on navigation.
RaymondDeCampoa at 2007-7-12 18:32:26 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...