You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by gl...@apache.org on 2002/04/04 22:12:06 UTC

cvs commit: jakarta-taglibs/utility/doc/web index.html

glenn       02/04/04 12:12:06

  Modified:    utility/doc/web index.html
  Log:
  Clarify useBean docs, BUG ID 2062
  
  Revision  Changes    Path
  1.2       +3 -1      jakarta-taglibs/utility/doc/web/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/utility/doc/web/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html	10 Aug 2000 01:30:42 -0000	1.1
  +++ index.html	4 Apr 2002 20:12:06 -0000	1.2
  @@ -289,6 +289,8 @@
     <li> 
       <h3>useBean Tag</h3>
       <p>The <code>useBean</code> tag associates an instance of a Java object with the given id.</p>
  +    <p>Either the classname or type must be specified.</p>
  +    <p>The beanName and classname attributes are mutually exclusive, you can't specify both.</p>
       <table width="75%" border="1">
         <tr> 
           <th> 
  @@ -353,7 +355,7 @@
             <div align="center">The name of the bean as expected by the instantiate() method of the java.beans.Beans class</div>
           </td>
           <td> 
  -          <div align="center">yes</div>
  +          <div align="center">no</div>
           </td>
         </tr>
         <tr> 
  
  
  

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