0 Replies Latest reply on May 14, 2008 6:18 PM by alanoregan

    Linking to a JSF action from JSP page

    alanoregan

      We are using form authentication for our JBoss Portal application. Unauthenticated users are redirected to our login.jsp page.
      On this login page, we would like to have a link to the lost password feature of the IdentityUserPortlet.
      However, I am struggling to create the link directly to the Lost Password feature of this portlet.
      The Faces Servlet does not seem to be able to access request parameters set on the login.jsp page.
      Has anyone had a similar problem and found a resolution?