You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/10/16 00:52:32 UTC

[jira] Created: (TAP5-1310) The Enum ValueEncoder should be case insensitive

The Enum ValueEncoder should be case insensitive
------------------------------------------------

                 Key: TAP5-1310
                 URL: https://issues.apache.org/jira/browse/TAP5-1310
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.2.2
            Reporter: Howard M. Lewis Ship
            Priority: Minor


Currently, the Enum ValueEncoder implementation converts the Enum instance to its name (which is typically ALL_UPPER_CASE) and then converts that string back to an Enum instance.

It would be better and more consistent with the rest of Tapestry if the name was lower cased (inside toClient() ), and was case insensitive (inside toValue()).



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