Expand my Community achievements bar.

populate dropdownlists via xdp

Avatar

Level 2

Hi,

is there any way i can populate a dropdown list via content stored in a xdp file? as is see so far, i just can set the selected entry within the xdp file, but i want to add all possible selections here.

2 Replies

Avatar

Level 10

Can you please eloborate your requirement? What do you mean by the content stored in XDP??

Thanks

Srini

Avatar

Level 2

ok, sry.

i designed a template with livecycle, with a button that stores the information in a xdp file. before the user sees the formular, i want to generate a xdp file with some information from outside which populates some list/dropdownlist/tables/...  . I already found a way for tables (adding rows like <rowname>content</rowname>), but how does it work for (e.g.) a dropdownlist? Or isnt it possible to provide that kind of information within a xdp file?

(i want something like:

    <dropdownlistname>    

          <item>content1</item>

          <item>content2</item>

          ...

     selectedItem

     </dropdownlistname>

)