on 2007 Oct 31 10:15 AM
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?
Change the cardinality of the node from 0:n to 1:n
Regards,
Murtuza
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Florian,
Create an empty element in the node ,u have binded to input field.
regards
Sumit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.