cancel
Showing results for 
Search instead for 
Did you mean: 

How to send data from Web dynpro App to JSP or vice versa

Former Member
0 Kudos

Hi,

This is urgent requirement that I have to pass data between JSP and web dynpro application or vice versa .Is it possible.

Thanks & Regards

muna

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi SP,

Thanks for you help.

I went through that link .Is there any option for getting parameter from previous page using request.getParameter like jsp.And how to set data using Http Get .In jsp Using hyperlink or using form's methd GET we are setting data.In web dynpro how i will do that.

Thanks & Regards

muna

BeGanz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Muna,

The IWDProtocolAdapter in NW04s and the IWDWebContextAdapter in NW04 should also provide access to the POST parameters.

IWDProtocolAdapter protocolAdapter = WDProtocolAdapter.getProtocolAdapter(); 
IWDRequest request = protocolAdapter.getRequestObject(); 
String context = request.getParameter();

Regards, Bertram

Former Member
0 Kudos

Hi,

Have a look at this thread,

Regards,

Saravanan K