<%@ 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 Interceptors

test simple-action-interceptor running before all actions in a page flow
test simple-action-interceptor running after all actions in a page flow
test simple-action-interceptor running after a specific action
test global (all page flow) interceptors, as well as custom interceptor properties
test interrupting the interceptor chain
test various ways of overriding the destination of an intercepted action