Navigation B
You are currently on page NavigationB.
Forward
To forward to NavigationA click here.
    setForward("/navigation-a.htm");
To forward to NavigationA passing the parameter 31 click
here.
    getContext().getRequest().setAttribute("param", param);
    setForward("/navigation-a.htm");
Redirect
To redirect to NavigationA click here.
    setRedirect("/navigation-a.htm");
To redirect to NavigationA passing the parameter 31 click
here.
    setRedirect("/navigation-a.htm?param=" + param);
Take notice of the different URLs in your browser when you use forward and redirect.
Please also see the Page Flow example.
 Home
 Home Intro Examples
Intro Examples General
General Controls
 Controls Forms
 Forms Table
 Table Panels & Trees
 Panels & Trees  Ajax
Ajax Integration
 Integration Page Java
 Page Java Page HTML
 Page HTML