Hello

I am trying to make multiline key value in my resource file
Reource file is like "myRes.properties"
and in this file i want to include text like:

<h1>title</h1>
<p>Text Text Text Text Text Text
Text Text Text Text Text Text Text
Text Text Text Text Text Text Text

under key name : mykey
so content of my myRes.properties file is
mykey=<h1>title</h1> <p>Text Text Text Text Text Text
Text Text Text Text Text Text Text
Text Text Text Text Text Text Text

and my struts 2 application can recognize only first line:  <h1>title</h1>
of my key value

how to make available all of the lines of my key value?

Reply via email to