[seam-commits] Seam SVN: r8885 - trunk/examples/wicket/view.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Sep 3 12:20:09 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-09-03 12:20:09 -0400 (Wed, 03 Sep 2008)
New Revision: 8885
Removed:
trunk/examples/wicket/view/conversations.xhtml
Log:
JBSEAM-3322
Deleted: trunk/examples/wicket/view/conversations.xhtml
===================================================================
--- trunk/examples/wicket/view/conversations.xhtml 2008-09-03 16:12:14 UTC (rev 8884)
+++ trunk/examples/wicket/view/conversations.xhtml 2008-09-03 16:20:09 UTC (rev 8885)
@@ -1,36 +0,0 @@
-<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
- xmlns:c="http://java.sun.com/jstl/core"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:s="http://jboss.com/products/seam/taglib">
- <div>
-
- <div class="section">
- <h1><h:outputText rendered="#{not empty conversationList}" value="Workspaces"/></h1>
- </div>
-
- <div class="section">
- <h:form>
- <h:dataTable value="#{conversationList}" var="entry">
- <h:column>
- <h:commandLink action="#{entry.select}" value="#{entry.description}"/>
-  
- <h:outputText value="[current]" rendered="#{entry.current}"/>
- </h:column>
- <h:column>
- <h:outputText value="#{entry.startDatetime}">
- <s:convertDateTime type="time" pattern="hh:mm"/>
- </h:outputText>
- -
- <h:outputText value="#{entry.lastDatetime}">
- <s:convertDateTime type="time" pattern="hh:mm"/>
- </h:outputText>
- </h:column>
- </h:dataTable>
- </h:form>
- </div>
-
- </div>
-</ui:composition>
\ No newline at end of file
More information about the seam-commits
mailing list