%@ page language="java" contentType="text/html;charset=UTF-8"%>
<%@ taglib prefix="netui" uri="http://beehive.apache.org/netui/tags-html-1.0"%>
<%@ taglib prefix="netui-data" uri="http://beehive.apache.org/netui/tags-databinding-1.0"%>
<%@ taglib prefix="netui-template" uri="http://beehive.apache.org/netui/tags-template-1.0"%>
action-forward-handler: ${pageFlow.actionForwardHandler}
exceptions-handler: ${pageFlow.exceptionsHandler}
login-handler: ${pageFlow.loginHandler}
The following action normally requires the role "HandlerTest", but we've set a LoginHandler
to guarantee that we appear to be in that role. If we return to this page, that means an
error was not thrown, i.e., this test succeeded.
hit it