Im developing a servlet, i have a problem when i put a string in HTMLwith the method HTMLFilter.filter, the "\n" line separators doesn'twork. How I can separate an String into multiple lines in HTML?
Replace ur "\n" with "<BR>"..............