38 lines
673 B
HTML
38 lines
673 B
HTML
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:f="http://java.sun.com/jsf/core"
|
|
xmlns:h="http://java.sun.com/jsf/html"
|
|
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
|
xmlns:i="http://xmlns.jcp.org/jsf/composite/imixs"
|
|
xmlns:marty="http://java.sun.com/jsf/composite/marty"
|
|
xmlns:ui="http://java.sun.com/jsf/facelets">
|
|
|
|
|
|
|
|
|
|
<div class="imixs-form-panel">
|
|
|
|
<div class="imixs-form-section-3">
|
|
|
|
<!-- MandantCategory -->
|
|
<dl>
|
|
<dt>
|
|
Positionskennzeichen
|
|
</dt>
|
|
<dd>
|
|
<h:inputTextarea value="#{workitem.itemList['pos.mapping']}"
|
|
converter="org.imixs.VectorConverter" />
|
|
</dd>
|
|
</dl>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ui:composition>
|
|
|
|
|