cancel
Showing results for 
Search instead for 
Did you mean: 

AddSourcemapping for Iwdinputfield not working

Former Member
0 Kudos

Hello ,

I created webdynpro table, the property compatibilityMode set to -> nw04Plus.

I am using AddSourcemapping to receive the selected element when the user press on link in the table.

It is working OK with link to action but when I tried to map the event on enter connected to Wdinputfield like this:

IWDInputField inputField = (IWDInputField)view.getElement("InputField1");

inputField.mappingOfOnEnter().addSourceMapping("nodeElement","element");

( In the action , element is the node elemt bind to this table ) .

I received null in the action connected to the input field.

Is there any way to addsourcemapping to input field?

Thanks

Nir

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I would say you found a bug and you should open an OSS message on BC-WD-JAV-RUN.

Armin

Former Member
0 Kudos

Thanks ,

Armin .

I will open the oss-note

Regards

Nir

Former Member
0 Kudos

Hi,

Are you trying to bind an attribute to the Inputfield UI dynamically?

Regards,

Vivek.

Former Member
0 Kudos

Hi,

Thank s for the response.

I am trying to map action to table input field.

When user will press enter on the field, I want to know which row (Node element) is the current selected row.

Since I am using nw04Plus the current lead select is not working.

Regards

Nir

siarhei_pisarenka3
Active Contributor
0 Kudos

Look at this thread:

Hope it'll help you.

BR, Siarhei