15 lines
433 B
Plaintext
15 lines
433 B
Plaintext
<%@ page language="java" contentType="text/html;charset=UTF-8"%>
|
|
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
|
|
|
|
<netui:html>
|
|
<body>
|
|
|
|
<h3>Welcome File</h3>
|
|
|
|
This page flow (WelcomeFileController.jpf) is registered in web.xml as a welcome file.
|
|
Hitting this directory without specifying a specific file should take you through the page flow to this page.
|
|
</body>
|
|
</netui:html>
|
|
|
|
|