cancel
Showing results for 
Search instead for 
Did you mean: 

Input field inside a tab

Amey-Mogare
Contributor
0 Kudos

Hi,

Im having two input fields inside a tab (within a tabstrip).

when i click on that tab, input fields are not enabled, ie im not able to make any input in it..

read only property is 'false'

and

enabled is 'true' but still these buttons are not taking any input.

pls help me out with this..

regards,

Amey

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please ensure that these input fields are bound to context variables, if not also they will not be eanbled.

Amey-Mogare
Contributor
0 Kudos

Ya,

I have bound them with context value attributes..

actually, they are bound to value attrbutes of a value node..

Former Member
0 Kudos

Hi,

What is the cardinality of the node?

It should be 0..n or 1..n.

If it is 1..n then you need to create element of that node.]

Hope this will solve your problem.

thanks & regards,

Manoj

Former Member
0 Kudos

Hi,

As Manoj posted, if cardinality of value node is 1-n then i/p fields will be automatically enabled since there "exists atleast one instance of node".

If not(i.e. node cardinality is 0-n), then please create an insrance of node element and add to node. This way enables of i/p fields.

Answers (1)

Answers (1)

former_member485701
Active Participant
0 Kudos

Hi Amey,

If You bind inputfield with the context attribute.

(1)then cardinality of the parent node should be 1:n, which means you will get a default element for passing the input.

(2)But if the cardinality is 0:n, then it means there are no elements available for you to give input. Create and add an element to this node, your problem will be solved.

Regards,

Praveen

Amey-Mogare
Contributor
0 Kudos

Thank you so much to all of you..

I put node cardinality 1:n and problem is solved..

Thanks once again.

Regards,

Amey