imixs / imixs-workflow

The open source technology for business process management
http://www.imixs.org/
GNU General Public License v3.0
358 stars 64 forks source link

Profide an ImixsDateConverter supporting empty values #845

Closed rsoika closed 11 months ago

rsoika commented 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>
rsoika commented 11 months ago

We moved this feature into the Imixs-Office-Workflow Project