You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ce...@apache.org on 2002/12/29 22:20:52 UTC

cvs commit: jakarta-struts/web/tiles-documentation/tutorial/invoice editInvoice2.jsp editInvoice.jsp

cedric      2002/12/29 13:20:52

  Modified:    web/tiles-documentation/doc tilesTags.jsp
               web/tiles-documentation/tutorial/common header.jsp
                        footer.jsp
               web/tiles-documentation/common footer.jsp
               web/tiles-documentation/tutorial/invoice editInvoice2.jsp
                        editInvoice.jsp
  Log:
  Minor corrections in files.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-struts/web/tiles-documentation/doc/tilesTags.jsp
  
  Index: tilesTags.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/tiles-documentation/doc/tilesTags.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tilesTags.jsp	6 Jul 2002 01:13:48 -0000	1.1
  +++ tilesTags.jsp	29 Dec 2002 21:20:52 -0000	1.2
  @@ -2,5 +2,5 @@
   <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
   
   <tiles:insert definition="doc.mainLayout" flush="true">
  -  <tiles:put name="body" value="/doc/tilesTags.html" />
  +  <tiles:put name="body" value="/doc/struts-tilesTags.html" />
   </tiles:insert>  
  
  
  
  1.2       +2 -2      jakarta-struts/web/tiles-documentation/tutorial/common/header.jsp
  
  Index: header.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/tiles-documentation/tutorial/common/header.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- header.jsp	6 Jul 2002 01:13:53 -0000	1.1
  +++ header.jsp	29 Dec 2002 21:20:52 -0000	1.2
  @@ -1,8 +1,8 @@
   <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
   
   <P>
  -<html:img page="/tutorial/images/id_nav_outside.gif" align="left" border="0"/>
  -<html:img page="/tutorial/images/id_nav_bkgnd.gif" align="right" border="0"/> </P>
  +<html:img page="/images/id_nav_outside.gif" align="left" border="0"/>
  +<html:img page="/images/id_nav_bkgnd.gif" align="right" border="0"/> </P>
   
   <%--
   <P><img src="<%=request.getContextPath()%>/tutorial/images/id_nav_outside.gif" align="left" border="0">
  
  
  
  1.2       +4 -2      jakarta-struts/web/tiles-documentation/tutorial/common/footer.jsp
  
  Index: footer.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/tiles-documentation/tutorial/common/footer.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- footer.jsp	6 Jul 2002 01:13:53 -0000	1.1
  +++ footer.jsp	29 Dec 2002 21:20:52 -0000	1.2
  @@ -1,6 +1,8 @@
  +<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
  +
   <div align="center">
     <font color="#023264" size="-1">
  -    <em>         Copyright &copy; 2000-2002, MyCompany         </em>
  +    <em>         Copyright &copy; 2000-2003, MyCompany         </em>
     </font>
   </div>
  -<img src="<%=request.getContextPath()%>/images/struts-power.gif" align="right" border="0">
  +<html:img page="/images/struts-power.gif" align="right" border="0"/>
  
  
  
  1.2       +3 -3      jakarta-struts/web/tiles-documentation/common/footer.jsp
  
  Index: footer.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/tiles-documentation/common/footer.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- footer.jsp	6 Jul 2002 01:13:48 -0000	1.1
  +++ footer.jsp	29 Dec 2002 21:20:52 -0000	1.2
  @@ -1,10 +1,10 @@
  -<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="comp" %>
  +<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
   
   <div align="center">
     <font color="#023264" size="-1">
  -    <em>         Copyright &copy; 2000-2002, Apache Software Foundation         </em>
  +    <em>         Copyright &copy; 2000-2003, Apache Software Foundation         </em>
   	<br>
       <em>                        and Cedric Dumoulin                        </em>
     </font>
   </div>
  -<img src="<%=request.getContextPath()%>/images/struts-power.gif" align="right" border="0">
  +<html:img page="/images/struts-power.gif" align="right" border="0"/>
  
  
  
  1.2       +1 -1      jakarta-struts/web/tiles-documentation/tutorial/invoice/editInvoice2.jsp
  
  Index: editInvoice2.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/tiles-documentation/tutorial/invoice/editInvoice2.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- editInvoice2.jsp	6 Jul 2002 01:13:54 -0000	1.1
  +++ editInvoice2.jsp	29 Dec 2002 21:20:52 -0000	1.2
  @@ -5,7 +5,7 @@
   
   <html:errors/>
   
  -<html:form action="/tutorial/invoice/editInvoice.do" >
  +<html:form action="/invoice/editInvoice.do" >
   
   <font size="+1">Edit Customer Informations</font>
   			   
  
  
  
  1.2       +1 -1      jakarta-struts/web/tiles-documentation/tutorial/invoice/editInvoice.jsp
  
  Index: editInvoice.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/tiles-documentation/tutorial/invoice/editInvoice.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- editInvoice.jsp	6 Jul 2002 01:13:54 -0000	1.1
  +++ editInvoice.jsp	29 Dec 2002 21:20:52 -0000	1.2
  @@ -5,7 +5,7 @@
   
   <html:errors/>
   
  -<html:form action="/tutorial/invoice/editInvoice.do" >
  +<html:form action="/invoice/editInvoice.do" >
   
   <font size="+1">Edit Customer Informations</font>
   			   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>