cancel
Showing results for 
Search instead for 
Did you mean: 

url iview content area vs detailed navigation, Please help

Former Member
0 Kudos

Hi,

I created a url iview with source "http://server.domain.com/login.jsp" and added to a role.

portal domain is: portalserver.domain.com

so when that user with this particular role login into the portal: This iview is available in two locations:

ACCESSING THIS IVIEW FROM DETAILED NAVIGATION

Directly in detailed navigation

when the user clicks on the link from detailed navigation, a new window is opened (i set it to open in a new window in the properties).

in the address bar you see:

<b>http://portalserver.domain.com/etc..../navurl=...</b>

and the content of http://server.domain.com/login.jsp is displayed but with lot of java script errors.

ACCESSING THE IVIEW IN SECOND WAY

The user can click the iview from the welcome iview which is shown in the homepage as soon as the user login(we implemented welcome iview for each role)

when he clicks

the url in the browser is <b>"http://server.domain.com/login.jsp"</b>

and the application works fine.

so what made the difference?

Thank You

Accepted Solutions (1)

Accepted Solutions (1)

HuseyinBilgen
Active Contributor
0 Kudos

Hi,

I've tested the scenario you reqiured and worked for me without problem. We've NW2004 SR1 SP16 Portal? What version you're using?

Former Member
0 Kudos

hi Huseyin,

sorry for delay in replying, My portal version is SP14.

THanks

HuseyinBilgen
Active Contributor
0 Kudos

Not sure if it is a specific problem for our patch level. Is problem still persist?

HuseyinBilgen
Active Contributor
0 Kudos

Hi Raj,

The problem is, two methods are not same at all.

Firt method, putting link into antoher iview with an LinkToURL UI, will directly opens the target url just as ordinary web sites. You are directed to the external URL without portal framework.

But in the second method, you're creating an URL Iview pointing to your target URL, which opens the target within portal framework.

So, they are not same. What can be done is to check the parameters of URL Iview.

And another solution is to create an HTML page within portal and point your DEtailed navigation to this HMTL page.

This page contains javascript code which directly opens a popup page which is targeted to your target URL.

This may work.

regards

Answers (0)