pt., 19 cze 2026 o 08:50 Greg Huber <[email protected]> napisał(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="false" does not work well. It messes with the layout. > > <s:property value="#actionError" escapeHtml="false" > escapeJavaScript="false" />
So this used to work like this? with no escape and <script/> was stripped/escaped automatically? <s:property value="#actionError"/> Cheers Łukasz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
