Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profide an ImixsDateConverter supporting empty values #562

Closed
rsoika opened this issue Dec 15, 2023 · 0 comments
Closed

Profide an ImixsDateConverter supporting empty values #562

rsoika opened this issue Dec 15, 2023 · 0 comments
Labels
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented Dec 15, 2023

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>

The new converter should be used in the custom forms!

@rsoika rsoika added the feature label Dec 15, 2023
@rsoika rsoika added this to the 5.0.0 milestone Dec 15, 2023
@rsoika rsoika changed the title Profide an ImixsDateConverter supporting empty values # Profide an ImixsDateConverter supporting empty values Dec 15, 2023
rsoika added a commit that referenced this issue Dec 15, 2023
@rsoika rsoika closed this as completed Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant