cancel
Showing results for 
Search instead for 
Did you mean: 

request paramters as http-post

Former Member
0 Kudos

Hello!

Is it possible to add information in a http-post when I open a new window? The new window is no web dynpro application.

This was my approach:

IWDWindow win = wdComponentAPI.getWindowManager().createNonModalExternalWindow(url, title);

win.open();

I don't want to attach the request parameter to the url. So I need a way to add them in the http-post. Can anybody help me?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved the problem by my self by creating a java Iview.

regards

Krishna.