cancel
Showing results for 
Search instead for 
Did you mean: 

drop-down list population

Former Member
0 Kudos

Dear all,

i have the following codes in my Init

IWDAttributeInfo plantinfo = wdContext.nodeNodeplant().getNodeInfo().getAttribute("plant");

ISimpleTypeModifiable plant = plantinfo.getModifiableSimpleType();

IModifiableSimpleValueSet plantValueSet = plant.getSVServices().getModifiableSimpleValueSet();

plantValueSet.put("IN","India");

plantValueSet.put("CN","China");

the plant is of simple type..then in my adobe form i bind this plant under the nodeNodeplant to my DDL(drop down list)..but when i run it..the list is empty..i can't even click..what did i done wrong? is there anything that need to set? thank you

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member196418
Participant
0 Kudos

Joan,

What type of dropdown did you use to fix this? I am having the some problem.

Thanks,

Bert

Former Member
0 Kudos

Hi Joan,

Which type of dropdown are u using on to ur form?

Thanks,

Amita

Former Member
0 Kudos

Hi Amita,

i solved it d..previously i use the wrong type of drop-dwn list..now is ok already. thank you