[jboss-user] [Beginners Corner] - Seam Text: linebreaks in .properties file

mars1412 do-not-reply at jboss.com
Wed Oct 24 08:27:24 EDT 2007


How do I write Seam-Text that includes linebreaks into a .properties file?

e.g. the seam-text source code is:
The other guy said:
  | 
  | "Nyeah nyeah-nee
  | /nyeah/ nyeah!"
  | 
will render as:

  | <p>
  | The other guy said:
  | </p>
  | <q>Nyeah nyeah-nee
  | <i>nyeah</i> nyeah!</q>
  | 

the question is: how can I put the source text into a .properties file?
I just cannot figure out how to include linebreaks...
I can use a \ at the end of a line to continue in the next line, but this will not result in a line-break

thanx in advance

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098277#4098277

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4098277



More information about the jboss-user mailing list