Skip to Content
0
Former Member
Dec 04, 2009 at 05:03 AM

AddSourcemapping for Iwdinputfield not working

23 Views

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