Hi
I have a very serious issue. We've defined lengthRange validators all over our dynamic forms. Like this one:
validators: [
{
type: "lengthRange",
max: 65535
}
],
The max length differs.
Recently, our system load is picking up and every other day, suddenly, every form field with a lengthRange validation gives the following error:
"Must be no more than 50 characters". It is as if ALL our max values for lengthRange validations is set to 50.
When we restart TomCat, it's fixed.
PLEASE help. Any idea or guidance of how to debug this will help!
Thanks
Henkie
I have a very serious issue. We've defined lengthRange validators all over our dynamic forms. Like this one:
validators: [
{
type: "lengthRange",
max: 65535
}
],
The max length differs.
Recently, our system load is picking up and every other day, suddenly, every form field with a lengthRange validation gives the following error:
"Must be no more than 50 characters". It is as if ALL our max values for lengthRange validations is set to 50.
When we restart TomCat, it's fixed.
PLEASE help. Any idea or guidance of how to debug this will help!
Thanks
Henkie
Comment