Dear Members,

I create a form definition with a selection list:

<wd:field id="tellus_country" required="true">
      <wd:label>
        <i18n:text key="tellus.country">tellus.country</i18n:text>
      </wd:label>
      <wd:datatype base="string" />
      <wd:selection-list src="">"cocoon:/params/COUNTRIES" dynamic="true" />      
</wd:field>

As you can see, I use an external source to populate the selection list .

BUT !!!

With @dynamic=true , I receive a simple field without selection ????
Without @dynamic , I receive a correct selection list  !

Any proposal is welcome

Laurent

Reply via email to