cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

External Html from Web dynpro.

saikrishna186
Active Participant
0 Likes
294

Hi All,

I have a static Html page with images as anchors, whose URL point to my WD application with params.

The WD application uses View set, so when ever user clicks exit button in the app, the app sh'd be closed and this static HTML to be called again.

For this I created a exit plug in interfaceviewcontroller with url as param, but it is not closing the app and opening the HTML page, How to acheive this.

or is there any why where we can place this HTML as default to the application, with the same image as action, onclick

we need to call the viewset and views with respect to the params.

and on click of exit replace this viewset with the html page again.

Thanks in advance,

Regards,

Sai.k.k

View Entire Topic
Former Member
0 Likes

Hi Sai,

the url parameter ur entering is case sensetive so enter the exit plug parameter should be exactly "Url".

Try this and let me know.

Regards

PP

saikrishna186
Active Participant
0 Likes

Hi Pavan,

I placed the static html in the mimes/component/ and changed the the param as "Url", now it is working fine.

I searched the forum, and made some changes to the application.

how to make this html page as default to application, and on click how to call a view set

Regards,

Sai.k.k