jsf 2 - get the updated list using <rich:orderingList> after changing the order -


hi new rich:orderinglist , need new list after arranging contents in new order in jsf controller .

following piece of xhtml code

<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> 


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -