- Combine rich:orderingList with rich:inplaceInput
- <rich:orderingList value="#{detailModel.afterObject.metadata.getTitlesAsList()}"
- var="title" itemLabel="#{title.value}" itemValue="#{title.position}" listWidth="300px">
- <rich:panel style="width:300px;">
- <rich:inplaceInput value="#{title.value}"/>
- </rich:panel>
- </rich:orderingList>