[jboss-cvs] jboss-seam/examples/dvdstore/web/admin ...

Gavin King gavin.king at jboss.com
Mon Nov 20 14:45:32 EST 2006


  User: gavin   
  Date: 06/11/20 14:45:32

  Modified:    examples/dvdstore/web/admin   accept.xhtml ship.xhtml
  Log:
  fix the timezones
  
  Revision  Changes    Path
  1.3       +3 -2      jboss-seam/examples/dvdstore/web/admin/accept.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: accept.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/admin/accept.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- accept.xhtml	2 Nov 2006 18:26:04 -0000	1.2
  +++ accept.xhtml	20 Nov 2006 19:45:32 -0000	1.3
  @@ -3,7 +3,8 @@
   <html xmlns="http://www.w3.org/1999/xhtml"
         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:h="http://java.sun.com/jsf/html"
  +      xmlns:s="http://jboss.com/products/seam/taglib">
   <body>
       <ui:composition template="/WEB-INF/template.xhtml">
           <ui:define name="topnav">
  @@ -28,7 +29,7 @@
                       
                       <h:outputText value="Order date:" />
                       <h:outputText value="#{order.orderDate}">
  -                        <f:convertDateTime type="both" dateStyle="full"/> 
  +                        <s:convertDateTime type="both" dateStyle="full"/> 
                       </h:outputText>
                       
                       <h:outputText value="Net Amount:" />
  
  
  
  1.3       +1 -1      jboss-seam/examples/dvdstore/web/admin/ship.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ship.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/admin/ship.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ship.xhtml	2 Nov 2006 18:26:04 -0000	1.2
  +++ ship.xhtml	20 Nov 2006 19:45:32 -0000	1.3
  @@ -30,7 +30,7 @@
                           
                           <h:outputText value="Order date:" />
                           <h:outputText value="#{order.orderDate}">
  -                            <f:convertDateTime type="both" dateStyle="full"/> 
  +                            <s:convertDateTime type="both" dateStyle="full"/> 
                           </h:outputText>
                           
                           <h:outputText value="Net Amount:" />
  
  
  



More information about the jboss-cvs-commits mailing list