Skip to Content
0
Former Member
Jul 21, 2006 at 09:36 AM

iView with quicklink for anonymous/standard users

31 Views

I have a URL http://server:port/irj/portal for authorized users access.

And http://server:port/irj/portal/anonymous for anonymous user access.

In a role which will be accessible to both say "Home", I have an iview assigned to that. The iview is a simple JSP with a link <A HREF = "xyz">XYZ</A> where xyz is a quicklink of another iview in another role.

If I open the anonymous URL and click on the link "XYZ" the url formed is "irj/portalapps/xyz" so it leads to the login screen.

So my question is how to navigate to a particular iview with quicklink thropugh anonymous as well as non-anonymous URL's