Error and login for the UI framework

You can use the global-error and global-login tags in the UI framework.

global-error
Denotes the error page that needs to be routed to in case of exceptions in the navigation.
global-login
Acts as a place holder for the login page.
The following sample code is an example that can be used whenever there is a session timeout. If the request is routed to the new IBM® Product Master UI framework, then the framework takes care of the session management and routing to the login page.
<global-error page="/utils/error.jsp"/>
<global-login page="/utils/enterLogin.jsp"/>