dmkarr      2002/10/22 22:25:07

  Modified:    contrib/struts-el/src/share/org/apache/strutsel/taglib/bean
                        package.html
  Log:
  Fixed tag prefix.
  
  Revision  Changes    Path
  1.2       +4 -4      
jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/taglib/bean/package.html
  
  Index: package.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/taglib/bean/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:25:07 -0000      1.2
  @@ -52,16 +52,16 @@
     </p>
     <p><i>Example:</i></p>
     <pre>
  -   &lt;bean:message key="${messKey}" arg0="${arg}"/&gt;</pre>
  +   &lt;bean-el:message key="${messKey}" arg0="${arg}"/&gt;</pre>
     <p><i>Example:</i></p>
     <pre>
  -   &lt;bean:resource id="var" name="${filename}" /&gt;</pre>
  +   &lt;bean-el:resource id="var" name="${filename}" /&gt;</pre>
     <p><i>Example:</i></p>
     <pre>
      &lt;%-- Size of pagescope hash table --%&gt;
  -   &lt;bean:size id="pageScopeSize" collection="${pageScope}" /&gt;</pre>
  +   &lt;bean-el:size id="pageScopeSize" collection="${pageScope}" /&gt;</pre>
     <p><i>Example:</i></p>
     <pre>
  -   &lt;bean:struts id="mapping" mapping="${actionName}" /&gt;</pre>
  +   &lt;bean-el:struts id="mapping" mapping="${actionName}" /&gt;</pre>
    </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