You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jesse Kuhnert (JIRA)" <de...@tapestry.apache.org> on 2007/04/24 22:50:15 UTC

[jira] Created: (TAPESTRY-1428) Validators contribution fails regexp match

Validators contribution fails regexp match 
-------------------------------------------

                 Key: TAPESTRY-1428
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1428
             Project: Tapestry
          Issue Type: Bug
          Components: Framework
    Affects Versions: 4.1.2
         Environment: any
            Reporter: Jesse Kuhnert
         Assigned To: Jesse Kuhnert
             Fix For: 4.1.2


The string that was previously working but now failing was taken from:

Unable to parse
'required,min=0.000000000001[%defaultProbInterestRate],
max=199.9999999999999[%defaultProb-interestRate]' into
a list of validators.
Stack Trace:

   *
max=199.9999999999999[%defaultProb-interestRate]' into
a list of validators.

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


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


[jira] Resolved: (TAPESTRY-1428) Validators contribution fails regexp match

Posted by "Jesse Kuhnert (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Kuhnert resolved TAPESTRY-1428.
-------------------------------------

    Resolution: Fixed

The new regexppoolobjectfactory I added had multiline comment parsing turned on - which blew this particular pattern up. All fixed now.

> Validators contribution fails regexp match 
> -------------------------------------------
>
>                 Key: TAPESTRY-1428
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1428
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.2
>         Environment: any
>            Reporter: Jesse Kuhnert
>         Assigned To: Jesse Kuhnert
>             Fix For: 4.1.2
>
>
> The string that was previously working but now failing was taken from:
> Unable to parse
> 'required,min=0.000000000001[%defaultProbInterestRate],
> max=199.9999999999999[%defaultProb-interestRate]' into
> a list of validators.
> Stack Trace:
>    *
> max=199.9999999999999[%defaultProb-interestRate]' into
> a list of validators.

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


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