私はdoPost
サーブレットにいます-
protected void doPost(HttpServletRequest request,
HttpServletResponse response) throws ServletException, IOException {
request.getSession().setAttribute("sysMsg","now we gonna to break line \n");
// forward to printLine.jsp page
dispather.forward(request, response) ;
}
そしてjspページ(言う、、printLine.jsp
) -
<html>
<head>
<title></title>
</head>
<body>
<font size="30" color="Red">${sysMsg} </font>
</body>
</html>
私は最終的に行を改行printLine.jsp
の印刷でそれをしたい... そのため、サーブレットに彼を設定したときに最後に入れましたが、この方法ではうまくいきませんでした。sysMsg
\n
sysMsg