K
keith73
We have a JSP page that needs the line breaks to be \r\n instead of
just \n. Pages created in Eclipse on Windows, but when they are moved
into production, IE7 is having a problem with the \n not being a \r\n.
These are being used in a browser based application.
How can I force the JSP page, via Java, JSTL or Velocity, to output
newlines the way we need them too?
thanks.
just \n. Pages created in Eclipse on Windows, but when they are moved
into production, IE7 is having a problem with the \n not being a \r\n.
These are being used in a browser based application.
How can I force the JSP page, via Java, JSTL or Velocity, to output
newlines the way we need them too?
thanks.