You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/04/18 23:03:29 UTC

cvs commit: incubator-myfaces/webapps/simple openDataTable.jsp

schof       2005/04/18 14:03:29

  Modified:    webapps/simple openDataTable.jsp
  Log:
  added footer to one of the simple examples that was missing it
  
  Revision  Changes    Path
  1.2       +3 -1      incubator-myfaces/webapps/simple/openDataTable.jsp
  
  Index: openDataTable.jsp
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/webapps/simple/openDataTable.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- openDataTable.jsp	13 Apr 2005 20:08:38 -0000	1.1
  +++ openDataTable.jsp	18 Apr 2005 21:03:29 -0000	1.2
  @@ -6,7 +6,7 @@
   
   <!--
   /*
  - * Copyright 2004 The Apache Software Foundation.
  + * Copyright 2005 The Apache Software Foundation.
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -94,6 +94,8 @@
   
   </f:view>
   
  +<%@include file="inc/page_footer.jsp" %>
  +
   </body>
   
   </html>