<%=username%> onkeydown="if (event.keyCode == 13) submitLoginBox(document.forms.loginForm)"/>
<%=password%>[/html]I am creating login component. where user can use his username and password to login. When user logs in he is redirected to different page, which is another SP page(oci_PrsMyAccts_landing.page). Is it possible to redirect the user to jsp page ? Or we have to redirect user to .page file only ?Upon verification of credentials, I need to display the page from where user logged in alongwith the contents of oci_PrsMyAccts_landing.page. How can I combine two ? I can combine both the jsp which display the content of home page and content of landing page. But can I redirect to this jsp upon verification of credentials ? thanks
[html] action="https://secure.olg.ca/myolg/resources/login/invisibleLogin/prepareLoginFCC.jsp?language=en®ion=ON" target="miniDBIFrame">value="https://secure.olg.ca/myolg/seclvl2dispatch.jsp?language=en®ion=ON"/>value="https://secure.olg.ca/myolg/oci_PrsMyAccts_landing.page?language=en®ion=ON"/><%=username%> onkeydown="if (event.keyCode == 13) submitLoginBox(document.forms.loginForm)"/> <%=password%>[/html]I am creating login component. where user can use his username and password to login. When user logs in he is redirected to different page, which is another SP page(oci_PrsMyAccts_landing.page). Is it possible to redirect the user to jsp page ? Or we have to redirect user to .page file only ?Upon verification of credentials, I need to display the page from where user logged in alongwith the contents of oci_PrsMyAccts_landing.page. How can I combine two ? I can combine both the jsp which display the content of home page and content of landing page. But can I redirect to this jsp upon verification of credentials ? thanks
I tried to redirect the url to jsp pag, but it gives strange behavior. The in-process icon just keeps turning and no page is getting displayed. So can we redirect to jsp page as we are redirecting to .page file ?
Are you able to view the JSP if you hit it directly?