I am new to JSF and ADF technology.
I have a page index.jspx which gets loaded when the application starts. The page has a submit button.This page displays a hello
message which I am setting in the managed bean DemoBean
.
What I want is when the user clicks the submit button, the request will be forwarded to another page which is called welcome.jspx and the same msg gets displayed