Hi everyone, In Ivy 7, I saw this context param was added in web.xml file.

<context-param>
    <param-name>javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL</param-name>
    <param-value>true</param-value>
</context-param>

Currently, our projects need to set this value to false to keep invalid values. Is there any problem/issue if we re-configure context-param above?

asked 02.02.2018 at 05:40

hungnxv's gravatar image

hungnxv
(suspended)
accept rate: 0%

edited 04.02.2018 at 08:41


Hi Hung

You can reconfigure this parameter in the webapps/ivy/WEB-INF/web.xml file of the Designer or Engine. Bean Validation @NotNull annotationmay behave different for Strings after reconfiguring this parameter.

Regards

Reto Weiss, Axon.ivy Support

link

answered 05.02.2018 at 03:38

Reto%20Weiss's gravatar image

Reto Weiss ♦♦
4.9k202857
accept rate: 74%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×147
×5

Asked: 02.02.2018 at 05:40

Seen: 1,622 times

Last updated: 05.02.2018 at 03:38