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

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


  User: sbryzak2
  Date: 07/02/20 10:11:04

  Modified:    examples/spring/view   book.xhtml template.xhtml
  Log:
  updated all examples with selectDate changes
  
  Revision  Changes    Path
  1.3       +186 -186  jboss-seam/examples/spring/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/spring/view/book.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- book.xhtml	20 Feb 2007 06:16:28 -0000	1.2
  +++ book.xhtml	20 Feb 2007 15:11:04 -0000	1.3
  @@ -57,7 +57,7 @@
                                       <h:inputText id="checkinDate" value="#{booking.checkinDate}" required="true">
                                           <s:convertDateTime pattern="MM/dd/yyyy"/>
                                       </h:inputText>
  -                                    <s:selectDate for="checkinDate">
  +                                    <s:selectDate for="checkinDate" defaultCss="true">
                                           <h:graphicImage url="img/dtpick.gif" style="margin-left:5px"/>
                                       </s:selectDate>
                                       <br/>
  @@ -73,7 +73,7 @@
                                       <h:inputText id="checkoutDate" value="#{booking.checkoutDate}" required="true">
                                           <s:convertDateTime pattern="MM/dd/yyyy"/>
                                       </h:inputText>
  -                                    <s:selectDate for="checkoutDate">
  +                                    <s:selectDate for="checkoutDate" defaultCss="true">
                                           <h:graphicImage url="img/dtpick.gif" style="margin-left:5px"/>
                                       </s:selectDate>
                                       <br/>
  
  
  
  1.3       +35 -36    jboss-seam/examples/spring/view/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/spring/view/template.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- template.xhtml	19 Feb 2007 21:55:02 -0000	1.2
  +++ template.xhtml	20 Feb 2007 15:11:04 -0000	1.3
  @@ -7,7 +7,6 @@
   	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   	<title>JBoss Suites: Seam Framework</title>
   	<link href="css/screen.css" rel="stylesheet" type="text/css" />
  -	<link href="css/date.css" rel="stylesheet" type="text/css" />
   </head>
   <body>
   
  
  
  



More information about the jboss-cvs-commits mailing list