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

cvs commit: jakarta-struts/doc installation.xml installation-1.0.xml

martinc     02/01/12 13:47:55

  Modified:    doc      installation.xml installation-1.0.xml
  Log:
  Fixed taglib directive examples.
  
  PR: 5271
  Submitted by: Paul DuBois
  
  Revision  Changes    Path
  1.14      +4 -4      jakarta-struts/doc/installation.xml
  
  Index: installation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/installation.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- installation.xml	2 Nov 2001 05:31:58 -0000	1.13
  +++ installation.xml	12 Jan 2002 21:47:54 -0000	1.14
  @@ -207,10 +207,10 @@
           this particular page, like this:</li>
       </ul>
   
  -<pre>&lt;@ taglib uri="/WEB-INF/struts-bean.tld" prefix="struts-bean" %&gt;
  -&lt;@ taglib uri="/WEB-INF/struts-html.tld" prefix="struts-html" %&gt;
  -&lt;@ taglib uri="/WEB-INF/struts-logic.tld" prefix="struts-logic" %&gt;
  -&lt;@ taglib uri="/WEB-INF/struts-template.tld" prefix="struts-template" %&gt;
  +<pre>&lt;%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %&gt;
  +&lt;%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %&gt;
  +&lt;%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %&gt;
  +&lt;%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %&gt;
   </pre>
   
       <ul>
  
  
  
  1.3       +4 -4      jakarta-struts/doc/installation-1.0.xml
  
  Index: installation-1.0.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/installation-1.0.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- installation-1.0.xml	2 Nov 2001 05:31:58 -0000	1.2
  +++ installation-1.0.xml	12 Jan 2002 21:47:55 -0000	1.3
  @@ -179,10 +179,10 @@
           this particular page, like this:</li>
       </ul>
   
  -<pre>&lt;@ taglib uri="/WEB-INF/struts-bean.tld" prefix="struts-bean" %&gt;
  -&lt;@ taglib uri="/WEB-INF/struts-html.tld" prefix="struts-html" %&gt;
  -&lt;@ taglib uri="/WEB-INF/struts-logic.tld" prefix="struts-logic" %&gt;
  -&lt;@ taglib uri="/WEB-INF/struts-template.tld" prefix="struts-template" %&gt;
  +<pre>&lt;%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %&gt;
  +&lt;%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %&gt;
  +&lt;%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %&gt;
  +&lt;%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %&gt;
   </pre>
   
       <ul>
  
  
  

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