9
8

More than 5 years have passed since last update.

JSP の余計な空白を削除

Posted at

SAStruts では web.xmlinit-paramtrimSpaces を設定する方法は何故かうまく行きませんでした。

JSP に直接書くとうまく行きました。JSP 2.1 以降で使えるそうです。

<%@page trimDirectiveWhitespaces="true"%>

参考
http://www.techscore.com/tech/Java/JavaEE/JSP/15-5/

9
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
8