You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by dw...@apache.org on 2002/01/15 05:25:16 UTC

cvs commit: jakarta-struts/contrib/validator/docs todolist.html

dwinterfeldt    02/01/14 20:25:16

  Modified:    contrib/validator/docs todolist.html
  Log:
  Updated to do list.  most items now apply to Commons Validator.
  
  Revision  Changes    Path
  1.5       +0 -18     jakarta-struts/contrib/validator/docs/todolist.html
  
  Index: todolist.html
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/validator/docs/todolist.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- todolist.html	15 Jan 2002 03:55:34 -0000	1.4
  +++ todolist.html	15 Jan 2002 04:25:16 -0000	1.5
  @@ -51,25 +51,7 @@
          <td valign="top">
             <H2>To Do List</H2>
             <ul>
  -             <li>Documentation (make pages on pluggable validators and webapps)</li>
  -             <li>Work on sort for dependencies.</li>
  -             <li>Work on the way the JavascriptValidatorTag generates the validation method.  
  -                 Currently it does do a sort, but it always joins method based on an 'and' (&&).
  -             </li>
  -             <li>Default Validations basic java objects and possibly sql types.</li>
  -             <li>Performance. A way for the user to directly cache something in the ValidationResources.
  -                 Such as caching regular expression objects.  
  -             </li>
  -             <li>Multiple Page Forms with Generic Actions need more work.</li>
  -             <li>Role based validation (is there a large need?).</li>
  -             <li>Make Blank WAR to jumpstart developement.</li>
  -             <li>Finish JavaScript i18n version for date validation.</li>
  -             <li>Make more unit tests and move test source to src/test.</li>
  -             <li>Document ValidatorActionForm in the overview.</li>
  -             <li>Have other types of Exceptions thrown from the Validator class.</li>
                <li>Have a way for indexed properties to work with JavascriptValidatorTag.</li>
  -             <!-- <li>Class caching in the ValidatorAction is redundant since the class loader does this.</li> -->
  -             <!-- <li>Re-check thread safety of ValidationResources</li> -->
             </ul>
          </td>
          <!-- / Body -->
  
  
  

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