Das <base> Tag wird typischerweise im <head>
Element der JSP Seite angegeben.
Das Base Tag wird im Head Element der JSP angegeben.
<%@ taglib uri="http://www.common-controls.com/cc/tags-util" prefix="util" %>
<html>
<head>
<util:base/>
<%-- StyleSheets --%>
<link href="app/css/default.css" rel="stylesheet" type="text/css"/>
<%-- Framework Includes --%>
<util:jsp directive="includes"/>
</head>
<body leftmargin="0" rightmargin="0" onLoad="init();">
</body>
</html>