Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7749051
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T10:56:38+00:00 2026-06-01T10:56:38+00:00

In my jsf webapplication i’m using a messages.properties to output some text. This text

  • 0

In my jsf webapplication i’m using a messages.properties to output some text. This text could have html line breaks so format the outputtext.

That all works fine, if i set the escape=”false” attribute to the outputtext.

The problem is, this attribute with value “false” doesn’t prevent vor XSS (cross site scripting) so i remove this attribute and use default-value “true”.

So, i dont want to split all text lines to seperate properties in my messages.properties like in this example:

mytext = This is my text<br />with line break and user value {0}...

after:

mytext1 = This is my text
mytext2 = with line break and user value {0}...

is there any way, other than escape=”false” but that prevent from xss?

thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T10:56:39+00:00Added an answer on June 1, 2026 at 10:56 am

    It should be possible to just escape the user supplied parameter using the standard jstl functions in the http://java.sun.com/jsp/jstl/functions namespace:

    <h:outputFormat value="#{bundle.myMessage}" escape="false">
        <f:param value="#{fn:escapeXml(param)}"/>
    </h:outputFormat>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing a web application using JSF on Netbeans 7.0. I have created
I have developed web applications using JSF (myfaces components). But in these days of
I am writing a web application using JSF 2. I have downloaded mojarra-2.1.3-FCS-binary.zip and
I am using jsf and spring together in web application. I have configured datasource
I have a JSF Web application, and at some point i present the client
We have a web application using the following technologies: JSF 2.0, EJB 3.1, JPA
I have developed a java web application using JSF 2.0(Facelets) on GlassFish 3.1.1 with
I have an enterprise application written in JAVA with JSF (using RichFaces 3.3). Currently
I'm using JSF 2.0 with Facelets and I want to do something like this:
I am developing a web application using JSF and JPA(Eclipse link). I have two

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.