Sorry to nag about selection lists but a nice to have would be something like
 
<wd:field id="city">
 <wd:datatype base="string"/>
 <wd:selection-list>
     <wd:repeater id="cityList">
       <wd:option value="cityCode" label="cityName>
     </wd:repeater>      
 </wd:selection-list>
</wd:field>   
 
Then you could have a drop down list or use
<wi:styling type="checkbox|radio"/>
 
Joe

Reply via email to