Java directive "page" in all JSP's -


in project have many .jspf (jsp fragments) inserted in jsp's. jsp fragments contain:

<%@ page language="java" contenttype="text/html; charset=utf-8" pageencoding="utf-8"%> 

for jsp's, jsp directive(described above) included. have put directive in jsp fragments? necessary?

better, if have jsp fragment head.jspf inserted in jsp's , containing directive(described above), isn't sufficient?

thank answer


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -