rleland     2003/07/29 20:39:21

  Modified:    doc/userGuide release-notes.xml
  Log:
  Document intRange() change.
  
  Revision  Changes    Path
  1.25      +10 -0     jakarta-struts/doc/userGuide/release-notes.xml
  
  Index: release-notes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/release-notes.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- release-notes.xml 28 Jul 2003 06:06:06 -0000      1.24
  +++ release-notes.xml 30 Jul 2003 03:39:21 -0000      1.25
  @@ -229,6 +229,16 @@
         </plug-in>
          </pre>
           </li>
  +        <li>validator-rules.xml[intRange]: IntRange now checks select-one and radio 
fields.
  +            Example:
  +            This allows populating combo boxes with valid choices plus one 
additional choice
  +            with a caption something like  "Choose one" and a value 0f "-1".
  +            Then when the user attempts to submit the form, you can look for the 
value of
  +            "-1" and yell at them if they failed to pick something.
  +
  +
  +           </li>
  +
       </ul>
   
       <p><strong>HTML Taglib Package Additions</strong></p>
  
  
  

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

Reply via email to