Home  >  Article  >  Web Front-end  >  Use the include tag to dynamically introduce other files in JSP and report an error_html/css_WEB-ITnose

Use the include tag to dynamically introduce other files in JSP and report an error_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:34:241310browse

Error: attribute for % >" is not properly terminated

Reason: The page attribute value of the tag can be a relative path URL or <%=expression %>, but only one of them can exist at the same time

represents an absolute path

< ;/jsp:include> represents a relative path

Two quotation marks and <%=path There can be no spaces between %>

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn