You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2007/11/24 21:24:43 UTC

[jira] Resolved: (TRINIDAD-829) error message for validateRegExp does not always show pattern information

     [ https://issues.apache.org/jira/browse/TRINIDAD-829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf resolved TRINIDAD-829.
-----------------------------------------

    Resolution: Fixed

forgot to close the issue

> error message for validateRegExp does not always show pattern information
> -------------------------------------------------------------------------
>
>                 Key: TRINIDAD-829
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-829
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>            Reporter: Matthias Weßendorf
>            Assignee: Matthias Weßendorf
>             Fix For: 1.0.5-core
>
>
> Steps
> =====
> 1. Create a new page with two input texts and nest Validate Reg Exp
> on both input texts.
> 2. In one of the Validate Reg Exp provide patterns as [0-9]{3} and for the
> second Validate Reg Exp provide [0-9]{5} as patterns
> 3. Run the page and end 1 in both the input text. The inputtext with Validate
> Reg Exp having pattern [0-9]{3} show wrong error message 'The value you
> entered does not match the regular expression pattern "[0-9]".'
> while the input with Validate Reg Exp having pattern [0-9]{5} show correct
> error message 'The value you entered does not match the regular expression
> pattern "[0-9]{5}".' 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.