こんにちは、rich:orderingList は初めてで、jsf controller でコンテンツを新しい順序で配置した後、新しいリストを取得する必要があります。
以下は私のXHTMLコードです
<h:form id="editscreenrankForm">
<a4j:outputPanel id="edit-screenrank-fields">
<rich:orderingList value="#{currencyController.rankingList}" var="ranking"
itemValue="#{ranking}" itemLabel="#{ranking.code} - #{ranking.name}">
</rich:orderingList>
</a4j:outputPanel>
<h:commandButton value="submit" type="submit" action="#currencyController.getList}"/>
</h:form>