<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>

<%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
<%@taglib prefix="h" uri="http://java.sun.com/jsf/html"%>

<%@taglib prefix="t" uri="/WEB-INF/eclnt"%>


<!-- ========== CONTENT BEGIN ========== -->
<f:view>
<h:form>
<f:subview id="beang_2">

<t:rowheader id="g_01" >
  <t:button id="g_02" actionListener="#{d.UIBEAN_@@beanClassNameWithoutPackage@@.onValidate}" text="Validate" />
</t:rowheader>
<t:rowbodypane id="g_1" rowdistance="2" bgpaint="rectangle(0,0,100%,100%,#F0F0F0,#C0C0C0,vertical)">

@@content@@

</t:rowbodypane>

<t:pageaddons id="g_pa"/>
</f:subview>
</h:form>
</f:view>
<!-- ========== CONTENT END ========== -->
