cancel
Showing results for 
Search instead for 
Did you mean: 

How to display content into Webdynpro view

Former Member
0 Kudos

Hi,

we would like to show some html page into one webdynpro java view. we are on 7.0.  Any idea?

Thanks

Prasad

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

we are unable to fine the API IWDwebResource.

IWDWebModule module = wdComponentAPI.getDeployableObjectPart().getWebModule();

String filename = WDURLGenerator.           getResourcePath (module,"image.jpg");

The requirement is, we need to redirect user to an html page when he was not authenticated to webynpro application.  In my application initially login page will open from there we are redirecting to the html page.  but while opening html page, we need to close login page or need to overwrite on login page.

Thanks

Prasad

Former Member
0 Kudos

Hi

I created an html file under mimes directory and I am giving IFrame-Source property reference as html name( I tried with example.html 0r mimes/example.html)  both not working giving 404 error.

Thanks

Prasad

junwu
Active Contributor
0 Kudos

URL Generation Service - Developing Java Web Dynpro Applications - SAP Library

you need to calculate the url and set the url to the iframe

vijay_kumar49
Active Contributor
0 Kudos

Prasad,

junwu
Active Contributor
0 Kudos

iframe