pon., 15 cze 2026 o 09:55 Greg Huber <[email protected]> napisał(a): > > On my crud entry add pages, the s:textarea tags now has some white > space, where it should be blank. It shows up as two blank lines on the > screen. > > From the page source: > > <textarea name="bean.data" id="my_bean_data"></textarea> > > The bean.data field has a null as default. > > Also, when I check the html source its also very from v6, there is alot > more white space?
This is related to [1] and you are running devMode=true (I assume), I introduced coupling between "struts.freemarker.whitespaceStripping" and devMode - fixing that make sense [1] https://issues.apache.org/jira/browse/WW-5256 Cheers Łukasz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
