Author: ppitonak(a)redhat.com
Date: 2010-09-01 06:23:37 -0400 (Wed, 01 Sep 2010)
New Revision: 19063
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jAjax/hGraphicImage.xhtml
Log:
* useless text replaced by current time
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jAjax/hGraphicImage.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jAjax/hGraphicImage.xhtml 2010-09-01
10:02:54 UTC (rev 19062)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jAjax/hGraphicImage.xhtml 2010-09-01
10:23:37 UTC (rev 19063)
@@ -59,8 +59,12 @@
/>
</h:graphicImage>
+ <br/><br/>
+
<a4j:outputPanel id="output">
- <h:outputText value="#{a4jAjaxBean.input}"/>
+ <h:outputText value="#{timeBean.date}">
+ <f:convertDateTime pattern="HH:mm:ss.SSS" />
+ </h:outputText>
</a4j:outputPanel>
</ui:define>
Show replies by date