Hi Jason,

<fd:selection-list type="flow-jxpath"
     list-path="neworder/orderItems" value-path="ID"
     label-path="(optional path to display label)" />

how do I manage to avoid having to use the label-path attribute? Anytime I try to keep it out I get an eror message saying that it is required! With it in I get a selection list instead of check boxes. My widget code is as follows:
widget:

     <ft:widget id= "delItem">
       <fi:styling type="checkbox"/>
     </ft:widget>

validation:

    <fd:multivaluefield id="delItem">
      <fd:datatype base="string"/>
      <fd:selection-list type="flow-jxpath" list-path="neworder/orderItems" value-path="ID" />
    </fd:multivaluefield>

regards

Andrew



Reply via email to