You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org> on 2007/03/27 15:34:32 UTC

[jira] Created: (ADFFACES-428) Having a comma (,) in the 'pattern' attribute of tr:convertColor tag causes JspException to be thrown

Having a comma (,) in the 'pattern' attribute of tr:convertColor tag causes JspException to be thrown
-----------------------------------------------------------------------------------------------------

                 Key: ADFFACES-428
                 URL: https://issues.apache.org/jira/browse/ADFFACES-428
             Project: MyFaces ADF-Faces
          Issue Type: Bug
    Affects Versions: 2.0.0-incubating-core-SNAPSHOT, 1.0.1-incubating-core-SNAPSHOT
            Reporter: Matthias Weßendorf


Having a comma (,) in the 'pattern' attribute of tr:convertColor tag causes JspException to be thrown during runtime

this is somewhat *fun*, because the TAGDOC says:
If no patterns are set, the default is "#RRGGBB r,g,b"

So, I'd expect that I can use exactly this value inside the patterns attr.

Source:
TagUtils._getTokensArray(...)

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


[jira] Assigned: (ADFFACES-428) Having a comma (,) in the 'pattern' attribute of tr:convertColor tag causes JspException to be thrown

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Winer reassigned ADFFACES-428:
-----------------------------------

    Assignee: Adam Winer

> Having a comma (,) in the 'pattern' attribute of tr:convertColor tag causes JspException to be thrown
> -----------------------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-428
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-428
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 2.0.0-incubating-core-SNAPSHOT, 1.0.1-incubating-core-SNAPSHOT
>            Reporter: Matthias Weßendorf
>         Assigned To: Adam Winer
>
> Having a comma (,) in the 'pattern' attribute of tr:convertColor tag causes JspException to be thrown during runtime
> this is somewhat *fun*, because the TAGDOC says:
> If no patterns are set, the default is "#RRGGBB r,g,b"
> So, I'd expect that I can use exactly this value inside the patterns attr.
> Source:
> TagUtils._getTokensArray(...)

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


[jira] Resolved: (ADFFACES-428) Having a comma (,) in the 'pattern' attribute of tr:convertColor tag causes JspException to be thrown

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Winer resolved ADFFACES-428.
---------------------------------

    Resolution: Fixed

Fixed.

> Having a comma (,) in the 'pattern' attribute of tr:convertColor tag causes JspException to be thrown
> -----------------------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-428
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-428
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 2.0.0-incubating-core-SNAPSHOT, 1.0.1-incubating-core-SNAPSHOT
>            Reporter: Matthias Weßendorf
>         Assigned To: Adam Winer
>
> Having a comma (,) in the 'pattern' attribute of tr:convertColor tag causes JspException to be thrown during runtime
> this is somewhat *fun*, because the TAGDOC says:
> If no patterns are set, the default is "#RRGGBB r,g,b"
> So, I'd expect that I can use exactly this value inside the patterns attr.
> Source:
> TagUtils._getTokensArray(...)

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