dmkarr      2002/10/22 22:24:57

  Modified:    contrib/struts-el/src/share/org/apache/strutsel/taglib/logic
                        package.html
  Log:
  Fixed tag prefix.
  
  Revision  Changes    Path
  1.2       +10 -10    
jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/taglib/logic/package.html
  
  Index: package.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/taglib/logic/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html      23 Oct 2002 05:10:35 -0000      1.1
  +++ package.html      23 Oct 2002 05:24:57 -0000      1.2
  @@ -69,33 +69,33 @@
     </p>
     <p><i>Example:</i></p>
     <pre>
  -   &lt;logic:forward name="${forwardName}"/&gt;</pre>
  +   &lt;logic-el:forward name="${forwardName}"/&gt;</pre>
     <p><i>Example:</i></p>
     <pre>
      &lt;%-- Iterates through all HTTP headers. --%&gt;
  -   &lt;logic:iterate id="item" collection="${header}"&gt;
  +   &lt;logic-el:iterate id="item" collection="${header}"&gt;
       &lt;tr&gt;
        &lt;td&gt;&lt;c:out value="${item}.key"/&gt;&lt;/td&gt;
        &lt;td&gt;&lt;c:out value="${item}.value"/&gt;&lt;/td&gt;
       &lt;/tr&gt;
  -   &lt;/logic:iterate&gt;</pre>
  +   &lt;/logic-el:iterate&gt;</pre>
     <p><i>Example:</i></p>
     <pre>
  -   &lt;logic:match cookie="${cookieName}" value="${cookieValue}"&gt;
  +   &lt;logic-el:match cookie="${cookieName}" value="${cookieValue}"&gt;
       Match succeeded.
  -   &lt;/logic:match&gt;</pre>
  +   &lt;/logic-el:match&gt;</pre>
     <p><i>Example:</i></p>
     <pre>
  -   &lt;logic:match expr='${hash["foo"]}' value="${matchValue}"&gt;
  +   &lt;logic-el:match expr='${hash["foo"]}' value="${matchValue}"&gt;
       Match succeeded.
  -   &lt;/logic:match&gt;</pre>
  +   &lt;/logic-el:match&gt;</pre>
     <p><i>Example:</i></p>
     <pre>
  -   &lt;logic:messagesPresent property="${messageKey}"&gt;
  +   &lt;logic-el:messagesPresent property="${messageKey}"&gt;
       Message found.
  -   &lt;/logic:messagesPresent&gt;</pre>
  +   &lt;/logic-el:messagesPresent&gt;</pre>
     <p><i>Example:</i></p>
     <pre>
  -   &lt;logic:redirect href="http://localhost:${portnum}/factory"; /&gt;
  +   &lt;logic-el:redirect href="http://localhost:${portnum}/factory"; /&gt;
    </body>
   </html>
  
  
  

--
To unsubscribe, e-mail:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to