How to give a line break in struts properties file.
843840Mar 3 2008 — edited May 15 2009Hi,
I am developing a struts application using Jdeveloper. Here in the applicationresources_properties file, i am handling all the labels and their descriptions. Also i had to use the hover concept here where when a user when he moves the mouse onto a label on the jsp page, some text about that particular field has to be displayed. Here i am defining all that description in the properties file. For some fields, i need the description to come on multiple lines, but right now it is coming in a single line. Can someone suggest me how to start a new line in the properties file.
Thanks in advance.