2 Replies Latest reply on Nov 12, 2010 6:30 AM by yshashidhar

    Opening Portlet from JSP (Non-portlet) hyperlink

    yshashidhar

      Hi there,

       

      I have a Jsp (Non-Portlet) and have an hyperlink anchor tag inside it. hyperlink reference (href) should point to one of the portlet inside default.

      I have done this as below -

       

      <a href="/portal/auth/portal/default"> Forgot Password?</a>

       

      but the actual problem is when I click on above hyperlink it is asking me to enter credentials, which I do not want it ask.

      After all I need to redirect to a portlet (which is open to all!) with out JBoss asking me to enter credentials from JSP page.

       

      Any one help me to achieve this please?