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

Gavin King gavin.king at jboss.com
Wed Jan 24 22:45:34 EST 2007


  User: gavin   
  Date: 07/01/24 22:45:34

  Modified:    examples/blog/view  index.xml
  Log:
  minor
  
  Revision  Changes    Path
  1.2       +3 -5      jboss-seam/examples/blog/view/index.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: index.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/blog/view/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- index.xml	25 Jan 2007 03:30:54 -0000	1.1
  +++ index.xml	25 Jan 2007 03:45:34 -0000	1.2
  @@ -16,11 +16,9 @@
     <entry>
       <title>#{blogEntry.title}</title>
       <link href="http://localhost:8080/seam-blog/seam/entry.xhtml?blogEntryId=#{blogEntry.id}"/>
  -    <published>
  -        <h:outputText value="#{blogEntry.date}">
  -            <f:convertDateTime timezone="#{blog.timeZone}" pattern="yyyy-MM-dd'T'HH:mm:ss'Z'"/>
  -        </h:outputText>
  -    </published>
  +    <published><h:outputText value="#{blogEntry.date}">
  +            <f:convertDateTime timezone="GMT" pattern="yyyy-MM-dd'T'HH:mm:ss'Z'"/>
  +    </h:outputText></published>
       <summary type="xhtml">
           <div xmlns="http://www.w3.org/1999/xhtml">
               <s:formattedText value="#{blogEntry.excerpt==null ? blogEntry.body : blogEntry.excerpt}"/>
  
  
  



More information about the jboss-cvs-commits mailing list