<%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%> Control Lifecycle Test

This test will call a method on a control in the three blocks that can run control code in a page flow, the onCreate, the Action and during JSP rendering. The table below contains an echo'd message from a control. Each line represents calling the control at various stages of the page flow life cycle for rendering a page.

onCreate message'${requestScope.createMsg}'
begin message'${requestScope.beginMsg}'
property access message'${pageFlow.propertyMsg}'