The default sort order of Metadata field is ascending according to the property name, as shown;
w:selectInputField name="extCurrentgate" caption="extCurrentgate:workspace" w ption value="${data.workspace.extCurrentgate.id}" c ut value="${data.workspace.extCurrentgate.extName}" w ption w:selectInputField |
How can I sort it according to ID either ascending or descending? Is it possible?
//i omitted the open and close bracket.