Closed rsoika closed 11 months ago
With the default JSF DateTimeConverter it is not possible to empty an existing value.
We should provide a custom component with this feature:
<h:inputText value="#{workitem.item[item.name]}"> <f:converter converterId="ImixsDateConverter" /> <f:attribute name="ImixsDateConverter.pattern" value="#{message.datePatternShort}" /> <f:attribute name="ImixsDateConverter.timeZone" value="#{message.timeZone}" /> </h:inputText>
We moved this feature into the Imixs-Office-Workflow Project
With the default JSF DateTimeConverter it is not possible to empty an existing value.
We should provide a custom component with this feature: