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

Shane Bryzak sbryzak at redhat.com
Tue Feb 20 10:10:08 EST 2007


  User: sbryzak2
  Date: 07/02/20 10:10:08

  Modified:    examples/booking/view  book.xhtml
  Log:
  updated all examples with selectDate changes
  
  Revision  Changes    Path
  1.31      +1 -1      jboss-seam/examples/booking/view/book.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: book.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/book.xhtml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -b -r1.30 -r1.31
  --- book.xhtml	19 Feb 2007 17:13:52 -0000	1.30
  +++ book.xhtml	20 Feb 2007 15:10:08 -0000	1.31
  @@ -79,7 +79,7 @@
                                           <s:convertDateTime pattern="MM/dd/yyyy"/>
                                           <a:support event="onblur" reRender="checkoutDateDecorate"/>
                                       </h:inputText>
  -                                    <s:selectDate for="checkoutDate">
  +                                    <s:selectDate for="checkoutDate" defaultCss="true">
                                           <h:graphicImage url="img/dtpick.gif" style="margin-left:5px;cursor:pointer"/>
                                       </s:selectDate>
                                   </s:decorate>
  
  
  



More information about the jboss-cvs-commits mailing list