Taher,
Le 26/08/2016 à 13:37, ta...@apache.org a écrit :
         <field name="submitButton" title="${uiLabelMap.CommonCreate}"><submit 
button-type="button"/></field>

We can simplfy this by

<field name="createButton"><submit/></field>

Give the same result ;)

And same for

        <field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit 
button-type="button"/></field>
By
        <field name="updateButton"><submit/></field>


Nicolas

Reply via email to