Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 29th, 2012  |  syntax: None  |  size: 0.37 KB  |  hits: 6  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Combine rich:orderingList with rich:inplaceInput
  2. <rich:orderingList value="#{detailModel.afterObject.metadata.getTitlesAsList()}"
  3.                             var="title" itemLabel="#{title.value}" itemValue="#{title.position}" listWidth="300px">
  4.     <rich:panel style="width:300px;">
  5.         <rich:inplaceInput value="#{title.value}"/>
  6.     </rich:panel>
  7. </rich:orderingList>