cancel
Showing results for 
Search instead for 
Did you mean: 

Dropdown list not populating with values

namrata_d
Active Participant
0 Kudos

Hi,

I have created a dropdown list UI in adobe form and binded it to a attribute of a node of cardinality 1.n. Have written the code in wdDoInit() of View :-

IWDAttributeInfo Nodeinfo = wdContext.nodePlant().getNodeInfo().getAttribute ("Plant");

ISimpleTypeModifiable Node= Nodeinfo .getModifiableSimpleType();

IModifiableSimpleValueSet NodeValueSet = Node.getSVServices().getModifiableSimpleValueSet();

NodeValueSet.put("1","Test");

However when I deploy my application, the values are not getting populated in form.

Adobe Life cycle designer : 8.0

Reader : 9.0

Accepted Solutions (0)

Answers (1)

Answers (1)

OttoGold
Active Contributor
0 Kudos

Did you try setting the trace on and checking if the data appear in the form? If you can see the data in the data file of the tracem, then the problem is in the binding. If you cannot see that data in the debug file, then no data are sent to the form.

Regards Otto

namrata_d
Active Participant
0 Kudos

Solved.

chintan_virani
Active Contributor
0 Kudos

Well please post the solution as well so that it benefits all else do not expect any help from folks here.