cancel
Showing results for 
Search instead for 
Did you mean: 

control appearing as disabled

Former Member
0 Kudos

My problem stmt is as follows:

1. I am creating a simple form containing 2 label and 2

input fields.

2. These 2 input fields are mapped to a view context in

which is structured bind to a local dictionary

structure.

when I deploy & run above the display just show

disabled controls.

Kindly suggest on the same.

Thanks

Vipin

Accepted Solutions (0)

Answers (2)

Answers (2)

vijayakhanna_raman
Active Contributor
0 Kudos

Hi,

U change the cardinality of the node to 1:1 or 1:n and bind to Input field.

Hope this helps,

Regards,

Vijayakhanna Raman

Former Member
0 Kudos

ya it worked

thanks a lot.

Regards

Vipin

Former Member
0 Kudos

An input field is displayed read-only (not disabled), if there is no context attribute for storing its value.

Make sure there exists a context node element.

Armin