cancel
Showing results for 
Search instead for 
Did you mean: 

drop down list in adobe.

Former Member
0 Kudos

Hi,

I have created an adobe form, in which I have to create drop down box which has to read values from simple type. for this i have created context attribute whose type is simple type, and i have draged that context attribute in adobe form, and made it to drop down list, but values r not getting populating here,

how to poin this to simple type.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi try this way

In your view create a Value Node of cardinality 1:1 (say of name DataSource ).

Inside DataSource Create another Value Node of cardinality 0:n say Employee .

Create a Value Attribute of Java_Simple_Type say EmpName.

In Interactive Form Properties bind DataSource node under DataSource Element Properties.

Open Interactive form to Edit.

In adobe form designer go to left side window among three windows available.

Go to Data View Tab.

Here u will see your context structure.

click on EmpName under Employee Node and drag and drop it to middle window which is adobe design time window.

By this u will get a UI Element with drop down list and is automatically bound to context also.

Save and Deploy.

Mandeep Virk

Answers (0)