husted      2003/08/30 16:19:20

  Modified:    doc/resources hosts.xml taglibs.xml
               doc/userGuide building_controller.xml struts-bean.xml
  Log:
  Routine updates
  
  Revision  Changes    Path
  1.2       +4 -2      jakarta-struts/doc/resources/hosts.xml
  
  Index: hosts.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/hosts.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hosts.xml 23 Jun 2002 15:08:10 -0000      1.1
  +++ hosts.xml 30 Aug 2003 23:19:20 -0000      1.2
  @@ -13,18 +13,20 @@
   <p><b>Provided as a reference only. No endorsements given or implied. To be listed, 
post a documentation enhancement request in Bugzilla.</b></p>
   <p><a 
href="http://www.aoindustries.com/servlet/com.aoindustries.website.HomePage";><b>AO 
Industries</b></a></p>
   <p><a href="http://www.cqhost.com/";><b>CQhost</b></a></p>
  -<p><a href="http://www.digitalspace.net/";>DigitalSpace</a></p>
  +<p><a href="http://www.digitalspace.net/";><b>DigitalSpace</b></a></p>
   <p><a href="http://www.eryxma.com/";><b>Eryxma</b></a></p>
   <p><a href="http://www.hostjsp.com";><b>host<font 
size="-1">JSP</font>.com</b></a></p>
   <p><a href="http://www.imagineis.com";><b>Imagine Internet Services</b></a></p>
   <p><a href="http://www.indaco.net";><b>Indaco Informatica</b></a></p>
   <p><a href="http://www.infinitehost.com/";><b>Infinite Host</b></a></p>
   <p><a 
href="http://www.irdesign.com/services/hosting/website_hosting.html";><b>irdesign.com</b></a></p>
  -<p><a href="http://www.kattare.com/";>Kattare Internet</a></p>
  +<p><a href="http://www.kattare.com/";><b>Kattare Internet</b></a></p>
   <p><a href="http://www.kgbinternet.com/";><b>KGB Internet Solutions</b></a></p>    
<p><a href="http://www.mmaweb.net/";><b>mma</b></a></p>
   <p><a href="http://www.rackspace.com/";><b>Rackspace</b></a> (hosts JGuru)</p>
  +<p><a href="http://rimuhosting.com";>RimuHosting - J2EE Hosting Specialists</a></p>
   <p><a href="http://www.webappcabaret.com";><b>Web App Cabaret</b></a></p>
   <p><b>For more,</b> see also <a href="http://www.webhostingratings.com/";>Web 
Hosting Ratings</a> and <a 
href="http://www.servlets.com/isps/servlet/ISPViewAll";>Servlet.com's ISP list</a></p>
   </section>
  +
   
   </chapter></body></document>
  
  
  
  1.7       +2 -0      jakarta-struts/doc/resources/taglibs.xml
  
  Index: taglibs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/taglibs.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- taglibs.xml       30 Aug 2003 14:59:50 -0000      1.6
  +++ taglibs.xml       30 Aug 2003 23:19:20 -0000      1.7
  @@ -10,6 +10,8 @@
   <chapter name="Struts Resources" href="http://husted.com/struts/resources";>
   
   <section name="Contributor Taglibs">
  +<p><a href="http://sourceforge.net/projects/struts-wml";><b>WML Tag Support 
#2</b></a> by Davor Cengija - Struts support for WML markup.</p>
  +<p><a href="http://sourceforge.net/projects/struts";><b>WML Tag Support #1</b></a> 
by Mitchell Morris - Struts support for WML markup.</p>
   <p><a 
href="http://jakarta.apache.org/builds/jakarta-struts/release/struts-faces/";>Struts 
Java Server Faces tablib (early release)</a></p>
   <p><a href="http://www.keyboardmonkey.com/next";><b>Nested Taglib v2</b></a> [Also 
included in Struts 1.1] by Arron Bates - More efficient markup of beans and their 
nested children (linked site provides library for previous struts versions).</p>
   <p><a href="http://www.mycgiserver.com/~eboudrant/#regexp";><font 
size="2"><b>REGEXP.VALIDATOR.STRUTS</b></font></a> by Emmanuel Boudrant - A validation 
component that works with Struts 1.0, to manage form validation on server-side and 
client-side. </p>
  
  
  
  1.67      +8 -1      jakarta-struts/doc/userGuide/building_controller.xml
  
  Index: building_controller.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/building_controller.xml,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- building_controller.xml   29 Aug 2003 03:18:29 -0000      1.66
  +++ building_controller.xml   30 Aug 2003 23:19:20 -0000      1.67
  @@ -657,7 +657,7 @@
       <ul>
       
           <li>
  -        the bean property named <code>mapname</code> is indexed using Strings 
  +        The bean property named <code>mapname</code> is indexed using Strings
           (probably backed by a Map), and that 
           </li>
   
  @@ -723,6 +723,13 @@
       <code>listname</code> is indexed (probably backed by a List), and that 
       Struts should look for get/set methods that take an index parameter in 
       order to find the correct sub-property value.
  +    </p>
  +
  +    <p>
  +        While map-backed ActionForms provide you with more flexibility, they do not 
support the same range of syntax
  +        available to conventional or DynaActionForms.
  +        You might have difficulty referencing <a 
href="../faqs/indexedprops">indexed or mapped properties</a>
  +        using a map-backed ActionForm.
       </p>
   
   </section>
  
  
  
  1.14      +7 -0      jakarta-struts/doc/userGuide/struts-bean.xml
  
  Index: struts-bean.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-bean.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- struts-bean.xml   24 May 2003 11:27:15 -0000      1.13
  +++ struts-bean.xml   30 Aug 2003 23:19:20 -0000      1.14
  @@ -167,6 +167,13 @@
       be able to use <code>&lt;bean:define&gt;</code> for the same bean
       name more than once in a single page.</p>
   
  +    <p><strong>USAGE NOTE</strong> - If you use another tag to create the
  +    body content (e.g. bean:write), that tag must return a non-empty String.
  +    An empty String equates to an empty body or a null String, and a new
  +    scripting variable cannot be defined as null. Your bean must return a
  +    non-empty String, or the define tag must be wrapped within a logic tag
  +    to test for an empty or null value.</p>
  +
       <p><strong>USAGE NOTE</strong> - You cannot use bean:define to 
<b>instantiate</b>
       a DynaActionForm (type="org.apache.struts.action.DynaActionForm") with
       the properties specified in the struts-config. The mechanics of creating
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to