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

Gavin King gavin.king at jboss.com
Sun Oct 22 07:02:30 EDT 2006


  User: gavin   
  Date: 06/10/22 07:02:30

  Modified:    examples/blog/view  entry.xhtml
  Log:
  no more myfaces bug
  
  Revision  Changes    Path
  1.5       +1 -1      jboss-seam/examples/blog/view/entry.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: entry.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/blog/view/entry.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- entry.xhtml	22 Jun 2006 06:16:28 -0000	1.4
  +++ entry.xhtml	22 Oct 2006 11:02:30 -0000	1.5
  @@ -13,7 +13,7 @@
            <h:outputText escape="false" value="#{blogEntry.body}"/>
         </div>
         <p>
  -         [Posted on 
  +         [Posted on&#160;
            <h:outputText value="#{blogEntry.date}">
               <f:convertDateTime timezone="#{blog.timeZone}" locale="#{blog.locale}" type="both"/>
            </h:outputText>]
  
  
  



More information about the jboss-cvs-commits mailing list