更改订单后,使用<rich:orderinglist>获取更新列表</rich:orderinglist>

时间:2013-09-04 09:27:16

标签: jsf-2 richfaces

嗨,我是富有的新人:orderingList,我需要在jsf控制器中按新顺序排列内容后获取新列表。

以下是我的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>

0 个答案:

没有答案