cancel
Showing results for 
Search instead for 
Did you mean: 

INPUTFIELD disabled

david_fryda2
Participant
0 Kudos

Hi everyone,

When I deploy my application, the inputfields are all disabled.

Of course, the "enabled" property is set to True.

Can someone help ?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

vijayakhanna_raman
Active Contributor
0 Kudos

Hi,

Bind the input field with attribute.

If u bind with node set the cardinality to 1:n

Regards,

Vijayakhanna Raman

david_fryda2
Participant
0 Kudos

Hi Vijayakhanna Raman,

Thanks. It works.

The cardinality was set to 0:n.

Why it disn't work ?

Thanks.

Former Member
0 Kudos

Because there were no elements in node and UI controls has no source to display.

With cardinality 1..n or 1..1 WD automatically creates one element and adds it to node.

VS

vijayakhanna_raman
Active Contributor
0 Kudos

Hi,

if u bind a node ,u have to create an element for it and then u have to set value for it.

If the cardinality is 1:n, the element will be created automatically.

i.e without an element u cannot set values.

and in case of input field if ur not binding it wont be enabled.

Regards,

Vijayakhanna Raman

david_fryda2
Participant
0 Kudos

Thanks for the explanation.

Watch the forum for other questions.....

Thanks.

Regards.

Answers (1)

Answers (1)

Former Member
0 Kudos

David,

Seems that corresponding node has either no elements or no element selected.

VS