cancel
Showing results for 
Search instead for 
Did you mean: 

Integrate Web Dynpro in JSP

Former Member
0 Kudos

Hello everybody!

Does anybody know if is there a way to integrate a WD application into a JSP page, like an applet inside an html for example?

Thanks

Regards

Juan Jimenez

Accepted Solutions (1)

Accepted Solutions (1)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

I wondering if you can enbed the webdynpro app inside of an IsolatedHtmlContainer or iframe in your jsp. When using an IsolatedHtmlContainer(iframe), you are just assigning the url, right. Well then it would be as easy as assigning the webdynpro app URL to the IsolatedHtmlContainer(iframe).

Regards,

Rich Heilman

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Please see the Isolated HTML Container in the HTMLB guidelines .

http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/sap htmlb guidelines

REgards,

Rich Heilman

Answers (1)

Answers (1)

Former Member
0 Kudos

Thx for the answer Rich,I have another question about this problem:

If I embed the WD app inside the iFrame, how can i pass the logon information to the app? Is there a way to do this with the iFrame method?

Regards

Juan Jimenez

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

You may be able to do that thru the URL parameters. I'm really not sure.

Regards,

Rich Heilman