[jboss-cvs] jboss-seam/examples/seampay/view ...
Peter Muir
peter at bleepbleep.org.uk
Thu Sep 6 18:57:33 EDT 2007
User: pmuir
Date: 07/09/06 18:57:33
Modified: examples/seampay/view search.xhtml
Log:
Deprecate s:selectDate - JBSEAM-1870
Revision Changes Path
1.13 +3 -8 jboss-seam/examples/seampay/view/search.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: search.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/seampay/view/search.xhtml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- search.xhtml 3 Sep 2007 12:13:49 -0000 1.12
+++ search.xhtml 6 Sep 2007 22:57:33 -0000 1.13
@@ -4,6 +4,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:s="http://jboss.com/products/seam/taglib"
+ xmlns:rich="http://richfaces.org/rich"
template="template.xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -115,14 +116,8 @@
</tr>
<tr>
<td>Date:</td>
- <td><h:inputText id="paymentDate" value="#{newPayment.paymentDate}" required="true">
- <s:convertDateTime pattern="MM/dd/yyyy"/>
-
- </h:inputText>
- <s:selectDate for="paymentDate">
- <h:graphicImage url="img/dtpick.gif" />
- </s:selectDate>
-
+ <td>
+ <rich:calendar id="paymentDate" value="#{newPayment.paymentDate}" required="true" datePattern="MM/dd/yyyy" />
<h:message for="paymentDate" />
</td>
</tr>
More information about the jboss-cvs-commits
mailing list