You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by eh...@apache.org on 2003/11/18 17:09:54 UTC

cvs commit: jakarta-tapestry/doc/src/ComponentReference PropertySelection.html

ehatcher    2003/11/18 08:09:54

  Modified:    doc/src/ComponentReference PropertySelection.html
  Log:
  #24785 - Jamie's dang updates
  
  Revision  Changes    Path
  1.19      +5 -5      jakarta-tapestry/doc/src/ComponentReference/PropertySelection.html
  
  Index: PropertySelection.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/doc/src/ComponentReference/PropertySelection.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- PropertySelection.html	14 Apr 2003 15:41:56 -0000	1.18
  +++ PropertySelection.html	18 Nov 2003 16:09:54 -0000	1.19
  @@ -67,7 +67,7 @@
     that will appear in the HTML response. 
     </P> 
   	<p>
  -  There are a range property selection models you can use, including 
  +  There is a range property selection models you can use, including
     <A href="../api/org/apache/tapestry/form/StringPropertySelectionModel.html">
     <tt>StringPropertySelectionModel</tt></a>
     and
  @@ -75,12 +75,12 @@
     <tt>EnumPropertySelectionModel</tt></a>. You can also create your own model, 
     as illustrated in the Examples below.
   	<p>
  -	Note THAT complex value Objects need to properly implement the 
  +	Note that complex value Objects need to properly implement the
     <tt>Object.equals()</tt> 
  -  method if the correct item intial item is to be displayed. 
  +  method if the correct initial item is to be displayed.
     <P>
     Informal parameters are applied to the &lt;select&gt; tag.&nbsp; 
  -  To have greater control over the &lt;option&gt; tags, you must use a             
  +  To have greater control over the &lt;option&gt; tags, you must use the
   	<A href="Select.html">Select</a>&nbsp;and <A href="Option.html">Option</a>&nbsp;components.</P>
                
    </td>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org