pon., 15 cze 2026 o 10:52 Greg Huber <[email protected]> napisał(a): > > I have not modified the textarea freemarker .ftl templates? > > My devMode=true. > > It is also adding the blanks to ALL my crud edit textarea fields > also. Its showing up as [13, 10] bytes. > > On my add screens I am getting > java.lang.StringIndexOutOfBoundsException: begin 0, end 3, length 2 > errors on my add screens
By default nameValue is set to null, this is converted into \r\n and with stripping whitespaces off in devMode you see the issue. > The comment on https://issues.apache.org/jira/browse/WW-5256 says > "Postponing as this can break user code or UI tests" It was postponed to not be included in 7.1.1, 7.2.0 is minor change and some breaking changes are allowed Cheers Łukasz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
