Author: lfryc(a)redhat.com
Date: 2011-01-20 05:39:07 -0500 (Thu, 20 Jan 2011)
New Revision: 21108
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml
Log:
added renderChecker for easy checking of the @render attribute
Modified: modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml 2011-01-20
10:12:40 UTC (rev 21107)
+++
modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml 2011-01-20
10:39:07 UTC (rev 21108)
@@ -54,7 +54,7 @@
<h:selectBooleanCheckbox id="a4jLogCheckbox"
value="false" onchange="showOrHideLog()" />
- <h:outputText id="a4jStatusLabel" value="Status"
/>
+ <h:outputLabel id="a4jStatusLabel" value="Status"
/>
<a4j:outputPanel id="a4jStatusPanel"
ajaxRendered="true">
<a4j:status id="a4jStatus"
onstop="updateLog('#{phasesBean.phases}')">
<f:facet name="start">
@@ -68,8 +68,18 @@
<h:outputText id="showUiDebugLabel" value="Show
ui:debug" />
<h:outputText id="showUiDebug"
value="Ctrl+Shift+L" />
+
+ <h:outputLabel value="Render Checker" />
+ <a4j:outputPanel id="renderChecker">
+ <h:outputText value="#{phasesBean.date}">
+ <f:convertDateTime pattern="ss.SSS" />
+ </h:outputText>
+ </a4j:outputPanel>
+
<ui:debug hotkey="L" />
</h:panelGrid>
+
+
<h:form id="displayControlsForm">
<h:panelGrid columns="2">
Show replies by date