You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/06/12 07:47:56 UTC

DO NOT REPLY [Bug 29536] New: - Add Javascript validator taglib

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29536>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29536

Add Javascript validator taglib

           Summary: Add Javascript validator taglib
           Product: Commons
           Version: Nightly Builds
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Validator
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: mrdon@twdata.org


This patch basically moves the Struts Javascript validator taglib over to 
commons-validator.  Naturally, all the Struts-specific code has been removed.  
The biggest change was from Struts' MessageResources to JDK's ResourceBundle.  
100% percent of the capabilities of the Struts version was maintained, however, 
Struts will still probably need to extend this class to load ValidatorResources 
from the servlet context as they do, and wrap MessageResources as a 
ResourceBundle implementation. 
 
This should make it easier for other projects like Spring to use the validator 
needing as little integration code as possible.

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