Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

Bind XML elements to dropdownlist items don\'t work

Avatar

Level 1

I tried to bind xml elements to dropdownlist  (to be items for selecting).

This is my xml:

<?xml version="1.0" encoding="UTF-8"?>

<Lesson>

<Code/>

<Name/>

<Description/>

<Require/>

<CertFlag/>

<Contents>

<Content>

<Subject/>

<Body/><Reference1/><Reference2/><Reference3/>

</Content>

</Contents>

<LessonDdl>

<Item>

<Code>0001</Code>

<Name>Test1</Name>

</Item>

<Item>

<Code>0002</Code>

<Name>Test2</Name>

</Item>

</LessonDdl>

</Lesson>

I create drowndownlist then setting like this.

1714385_pastedImage_14.png

after save and preview PDF, the dropdownlist won't display any item. What I wrong?

0 Replies