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

Control Lifecycle Test 2

This test will run a control that is found in a shared flow to verify that it is called during the onCreate, begin action and as a property accessor.

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