[ http://issues.apache.org/jira/browse/MYFACES-991?page=all ]

Steve Peterson updated MYFACES-991:
-----------------------------------

    Attachment: myfaces-991.zip

The attachment implements a BaseValidator and BaseValidatorTag that together 
support new validator tag attributes summaryMessage and detailMessage.  These 
attributes are value bindings that should return a string message to be 
displayed.  The string is presented to MessageFormat using standard locale 
processing and a validator-defined list of arguments.

CreditCardValidator, EqualValidator, EmailValidator, URLValidator, and 
RegExprValidator are modified to support these tags.

This patch targets the Mavenized build structure.

> equals validator shows text (nit nice by validating passwords...)
> -----------------------------------------------------------------
>
>          Key: MYFACES-991
>          URL: http://issues.apache.org/jira/browse/MYFACES-991
>      Project: MyFaces
>         Type: Bug
>   Components: Tomahawk
>     Versions: Nightly
>     Reporter: Matthias Weßendorf
>     Assignee: Matthias Weßendorf
>  Attachments: myfaces-991.zip
>
> <dave>
> I am using t:validateEqual for password. when two passwords are not equal, 
> the passwords(clear) show up on client browser in validation error message. 
> Would it be nice if there is a flag to hide the passard on server side?
> </dave>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to