cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro iview in HTML iframe

Former Member
0 Kudos

Hello,

I'm trying to put a portal webdynpro iview in a html iframe,

and when I do it the screen just repeatedly refreshes and never loads,

but when I try the normal webdypro dispatcher address on the iframe it

works just fine. The problem with it is that I can not do any portal eventing

that way.

Any suggestions?

Thanks in advance for any answers,

Udi.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Accentually i found my own answare but thx any way!

Former Member
0 Kudos

Hi!

Please share your solution with the rest of us.

Thank you and have a nice day!

Brgds,

Caroline

Former Member
0 Kudos

The IFrame UI element cannot be used for embedding other Web Dynpro applications. This should be done by using different Portal IViews and Portal eventing.

Armin

Former Member
0 Kudos

Hello and thank you for your reply!

Actually, my problem is more about accessing a Web Dynpro application from a frame tag, not an iframe. It shows the same, flickering, behaviour though.

Perhaps the root to the problem is the same too?

Thanks again.

Brgds, Caroline

Former Member
0 Kudos

From where do you get this frame-tag?

Armin

Former Member
0 Kudos

Hi,

Hmm, we are trying to access the application from a regular html file, using either the direct link to the iView/application or the quick link.

For example:

<HTML>

<HEAD>

</HEAD>

<FRAMESET FRAMEBORDER=0 BORDER=0 ROWS= 200,50 >

<FRAME FRAMEBORDER=0 NORESIZE NAME="Blabla"

src="https://<server>.../irj/servlet/prt/portal/prtroot/pcd!3aportal_content!....">

</FRAMESET>

</HTML>

Brgds, Caroline

HenrikD
Participant
0 Kudos

Hi Caroline,

I have the exact same problem. Did you find a solution....

Best regards,

Henrik

Former Member
0 Kudos

Hi,

How are you mentioning the URL of the iview in the iFrame property? I think it should be of the following format:

http://<server>.<domain>:<port>/irj/portal?NavigationTarget=ROLES://portal_content/<path to your iview or page>

Regards,

Satyajit.