[jboss-cvs] jboss-seam/examples/quartz/view ...

Michael Yuan michael.yuan at jboss.com
Tue Jun 19 01:30:06 EDT 2007


  User: myuan   
  Date: 07/06/19 01:30:06

  Modified:    examples/quartz/view  search.xhtml
  Log:
  add end time support
  
  Revision  Changes    Path
  1.3       +14 -7     jboss-seam/examples/quartz/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/quartz/view/search.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- search.xhtml	5 Jun 2007 17:02:42 -0000	1.2
  +++ search.xhtml	19 Jun 2007 05:30:06 -0000	1.3
  @@ -116,16 +116,23 @@
                               </h:inputText></td>
                           </tr>
                           <tr>
  -                            <td>Date:</td>
  -                            <td><h:inputText id="paymentDate" value="#{newPayment.paymentDate}" required="true"> 
  -                                    <s:convertDateTime pattern="MM/dd/yyyy"/>
  +                            <td>Start Date:</td>
  +                            <td><h:inputText id="paymentStartDate" value="#{newPayment.paymentDate}" required="true"> 
  +                                    <s:convertDateTime pattern="MM/dd/yyyy HH:mm"/>
                                   
                                   </h:inputText>
  -                                <s:selectDate for="paymentDate">
  -                                    <h:graphicImage url="img/dtpick.gif" />
  -                                </s:selectDate>
   
  -                                <h:message for="paymentDate" />
  +                                <h:message for="paymentStartDate" />
  +                            </td>
  +                        </tr>
  +                        <tr>
  +                            <td>End Date:</td>
  +                            <td><h:inputText id="paymentEndDate" value="#{newPayment.paymentEndDate}"> 
  +                                    <s:convertDateTime pattern="MM/dd/yyyy HH:mm"/>
  +                                
  +                                </h:inputText>
  +
  +                                <h:message for="paymentEndDate" />
                               </td>
                           </tr>
   
  
  
  



More information about the jboss-cvs-commits mailing list