0 Replies Latest reply on Apr 15, 2009 8:07 PM by israel.bgf

    How can I use JSP in a page instead facelets?

    israel.bgf
      Is there any way? It's just one page. I just want to write this.

      <% response.sendRedirect(request.getContextPath() + "/josso_login/"); %>

      Unfortunetely in my current situation (a redirect triggered by a security-constraint in the web.xml) bypass the "action execute" in pages.xml. So for now a jsp is my only way to make this redirect works.

      Any idea or alternative solution?