how to print break line in jsp.
in jsp where a bean.getProperty() value has a broken line. but it displays as a single line in the web page. when printing the line by System.out.println() statement, it displays as a verious new line where '\0' is applied but in jspbean.getProperty it does not.
For example :
It displays by SOP()statement as
Successful
No error
No restarts
No marked completed
but in web page it displays as
Successful No error No restarts No marked completed.
please provide the code that support in jsp file so that the output statement should like as SOP()statement output type.
Thanks in advance.
Uttam

