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 "Gabrielle Crawford (JIRA)" <ad...@incubator.apache.org> on 2006/09/27 16:54:53 UTC

[jira] Created: (ADFFACES-204) rename converter and validator message detail attributes to start "messageDetail"

rename converter and validator message detail attributes to start "messageDetail"
---------------------------------------------------------------------------------

                 Key: ADFFACES-204
                 URL: http://issues.apache.org/jira/browse/ADFFACES-204
             Project: MyFaces ADF-Faces
          Issue Type: Improvement
            Reporter: Gabrielle Crawford
            Priority: Minor


change message detail attributes on converters and validators to have "messageDetail" first. That way they would be grouped together in the doc, and would have a similar name from one converter/validator to another, which would make them easier to find. For example here are a few attr's from various converter/validators:

noMatchMessageDetail
maximumMessageDetail
minimumMessageDetail
convertTimeMessageDetail

would become

messageDetailNoMatch
messageDetailMaximum
messageDetailMinimum
messageDetailConvertTime 

-- 
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

        

[jira] Updated: (ADFFACES-204) rename converter and validator message detail attributes to start "messageDetail"

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

Matthias Weßendorf updated ADFFACES-204:
----------------------------------------

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> rename converter and validator message detail attributes to start "messageDetail"
> ---------------------------------------------------------------------------------
>
>                 Key: ADFFACES-204
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-204
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>    Affects Versions: 1.0.0-incubating-core
>            Reporter: Gabrielle Crawford
>         Assigned To: Matthias Weßendorf
>            Priority: Minor
>             Fix For: 1.0.0-incubating-core
>
>
> change message detail attributes on converters and validators to have "messageDetail" first. That way they would be grouped together in the doc, and would have a similar name from one converter/validator to another, which would make them easier to find. For example here are a few attr's from various converter/validators:
> noMatchMessageDetail
> maximumMessageDetail
> minimumMessageDetail
> convertTimeMessageDetail
> would become
> messageDetailNoMatch
> messageDetailMaximum
> messageDetailMinimum
> messageDetailConvertTime 

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