cancel
Showing results for 
Search instead for 
Did you mean: 

Why is the InputField not editable?

Former Member
0 Kudos

Dear Forum,

I'm just starting to learn Web Dynpro Java. In the book "SAP NetWeaver Portal" from SAP PRESS, I followed the Web Dynpro example application from chapter 6.4.

When I deploy and execute the project everything looks like in the book, but the InputField is not editable.

The setup is as follows: The InputField has property readOnly set to false, and a value that points to Node1.My_Name of type string which is defined in the context and also has readOnly set to false.

What could possibly be wrong?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Change the cardinality of the node from 0:n to 1:n

Regards,

Murtuza

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Florian,

Create an empty element in the node ,u have binded to input field.

regards

Sumit

Former Member
0 Kudos

Hi Florian,

Create an element for the node that is bound to the inputfield or else set the cardinality of the node to 1..n.

Regards

Ayyapparaj