19 lines
458 B
Plaintext
19 lines
458 B
Plaintext
<%@ page language="java" contentType="text/html;charset=UTF-8"%>
|
|
<%@ taglib prefix="netui" uri="http://beehive.apache.org/netui/tags-html-1.0"%>
|
|
|
|
<netui:html>
|
|
<head>
|
|
<title>inheritLocalPaths=true</title>
|
|
<netui:base/>
|
|
</head>
|
|
<netui:body>
|
|
<h3>base!</h3>
|
|
<p>Derived Controller has annotation inheritLocalPaths=true</p>
|
|
|
|
<netui:anchor action="begin">begin</netui:anchor>
|
|
</netui:body>
|
|
</netui:html>
|
|
|
|
|
|
|