Auto redirect to a page without click button or link
Our application have a login page, and welcome page is a jsp page, the welcome page does not have any UI just have some logic to check the status of the login user, if the status is active, then the requirement is auto redirect to a home page.
Does anyone knows in ADF, how to let a page auto redirect to another page (welcome page to home page) without clicking any button/link? I can not find a way to do this using navigation rule. and I can not use response.sendRedirect in welcome.jsp page either which will lose Faces context. Any one knows how to do this?
Any help is highly apprecirated.