Author: ppitonak(a)redhat.com
Date: 2010-12-02 07:01:55 -0500 (Thu, 02 Dec 2010)
New Revision: 20301
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richTogglePanel/simple.xhtml
Log:
* added time so that attribute render is testable
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richTogglePanel/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richTogglePanel/simple.xhtml 2010-12-02
11:59:05 UTC (rev 20300)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richTogglePanel/simple.xhtml 2010-12-02
12:01:55 UTC (rev 20301)
@@ -41,6 +41,12 @@
<ui:define name="component">
+ <h:outputText id="time"
value="#{phasesBean.date}">
+ <f:convertDateTime pattern="HH:mm:ss.SSS" />
+ </h:outputText>
+
+ <br/><br/>
+
<h:commandLink id="tcLink1" value="Item 1">
<rich:toggleControl targetPanel="richTogglePanel"
targetItem="item1" />
</h:commandLink>
Show replies by date