Re: check response on app
Ćukasz Lenart <[email protected]> Wed, 24 Jun 2026 08:58:45 +0200
| Newsgroups | gmane.comp.jakarta.struts.devel |
|---|---|
| Message-ID | <CAMopvkN2EmtAEc9DOeGuLgZD507SnFLpLOm+V5_0rZiHD+OfHA@mail.gmail.com> |
pt., 19 cze 2026 o 08:50 Greg Huber <[email protected]> napisa=C5=82(a): > > Error messages can contain <b> or <strong> to highlight input (that my > be a typo). > > We don't want any <script> input to popup ie be executed by the response. > > escapeJavaScript=3D"false" does not work well. It messes with the layout= . > > <s:property value=3D"#actionError" escapeHtml=3D"false" > escapeJavaScript=3D"false" /> So this used to work like this? with no escape and <script/> was stripped/escaped automatically? <s:property value=3D"#actionError"/> Cheers =C5=81ukasz