cancel
Showing results for 
Search instead for 
Did you mean: 

InputField - always in ReadOnly

Former Member
0 Kudos

Hi,

I am trying to develop a simple WD application that has an inputField.

Although the readOnly is set to "false" - when I deploy the application and run it, it is disabled.:(

Please assist.

Thanks,

Oren.

Accepted Solutions (1)

Accepted Solutions (1)

luciano_leitedasilva
Contributor
0 Kudos

Hi Oren,

So, to enable this field is necessary binding the inputfield to a attribute context. If this attribute context is inside a node value, the node value has to set the cardinality 1..1, where you have one node to one view.

Best Regards,

Luciano

Former Member
0 Kudos

Hi Luciano,

The Cardinality indeed solved the problem,

Thanks!

Oren.

Answers (1)

Answers (1)

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi oren,

did you bind context varaiable attribute to the input field?.

Regards, Suresh KB

Former Member
0 Kudos

Hi,

First, thanks you for your fast reply:)

I did the following:

1. Created an InputField.

2. Created a date variable in the context menue.

3. Binded the value field of the InputField to the value in the context menue.

Is there a phase I am missing?

BTW, I also tried the same with a "string" value field, and still - disabled...

Former Member
0 Kudos

Oren,

4. Add element(s) to node

VS