Re: s:textarea Apache Struts 7.2.0

Lukasz Lenart <[email protected]> Mon, 15 Jun 2026 10:38:53 +0200
Newsgroups gmane.comp.jakarta.struts.devel
Message-ID <CAMopvkMycG+tsTjqFpqdT0aVmZgHfSbMo7B9yNTw7bi11K37RA@mail.gmail.com>
pon., 15 cze 2026 o 09:55 Greg Huber <[email protected]> napisa=C5=82(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=3D"bean.data" id=3D"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=3Dtrue (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
=C5=81ukasz