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.