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

DO NOT REPLY [Bug 32549] New: - New pre-defined validator : compareTo

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=32549>.
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=32549

           Summary: New pre-defined validator : compareTo
           Product: Struts
           Version: Nightly Build
          Platform: PC
               URL: http://zer0.free.fr/blog/share/struts_dev_validator_comp
                    areto_by_slecacheur.patch.gz
        OS/Version: Windows 2000
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Validator Framework
        AssignedTo: dev@struts.apache.org
        ReportedBy: zero@libertysurf.fr
                CC: zero@libertysurf.fr


Some forms use confirmation field in order to validate filled information (as
password or email address). These fields are often masked or very important.

The compareTo validator allows to compare two fields each other with JavaScript
(client-side) and Java (server-side).

I modified the mailreader webapp demo too in order to :
- validate compareTo feature
- show how to configure it
- demonstrate this feature

This feature is really usefull and common. It prevents a specific developpement
in lot of forms of each new project.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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