<%@ page import="org.apache.ofbiz.base.util.*" %> OFBiz Message <% String errorMsg = (String) request.getAttribute("_ERROR_MESSAGE_"); %>

:ERROR MESSAGE:
<%=UtilFormatOut.replaceString(errorMsg, "\n", "
")%>