Re: check response on app
Lukasz Lenart <[email protected]> Thu, 18 Jun 2026 15:21:04 +0200
| Newsgroups | gmane.comp.jakarta.struts.devel |
|---|---|
| Message-ID | <CAMopvkMku-GGB1=kvTJ+sxvQr=7BQoyeVOKyMCfVqCbATbiAWg@mail.gmail.com> |
=C5=9Br., 17 cze 2026 o 10:18 Greg Huber <[email protected]> napisa=C5=82= (a): > > Should it be able to run the script with true? > > Using escapeJavaScript=3D"false" breaks the page layout. Allowing html > true, mainly for formatting ie <b> <strong> etc on words. > > I use tiles, and this is a generic messages.jsp used everywhere, it only > allows execution in this simple usecase. Not sure if I understand, you want to accept any user input including <b/>, <script/>, etc. tags, but only display <b> and escape <script/>? Cheers =C5=81ukasz