Pages

Monday, September 17, 2012

Navigate to a different page upon successful login in web center portal application

In this post, I will describe how can an end user navigate to a different page upon successful login in a WebCenter Portal application.  By default the user is navigated to home.jspx page. But if the user wants to navigate to a different page, he/she can configure it in faces-config.xml.

By default the generated faces-config.xml file in a web center portal application looks like:  



Upon successful login, the home page is displayed:


Modify in faces-config.xml, such that the navigation-case points to a different page (ex: About Us)


Upon successful login, the user will be navigated to About Us page:

No comments:

Post a Comment