[ http://issues.apache.org/jira/browse/ADFFACES-107?page=comments#action_12425080 ] Gabrielle Crawford commented on ADFFACES-107: ---------------------------------------------
The array has to stay around for required error messages, but does not need to be used by client converters and validators. > client side validation: remove default error array > -------------------------------------------------- > > Key: ADFFACES-107 > URL: http://issues.apache.org/jira/browse/ADFFACES-107 > Project: MyFaces ADF-Faces > Issue Type: Improvement > Reporter: Gabrielle Crawford > > Client converters and validators should return 2 things, either a legit value > or an exception. The current framework does some strange thing where if a > converter or validator returns null it goes to a special array and looks up a > default error message. I would like to remove this special default error > message array . > This means the default error string will be passed to the constructor rather > than put into the default error array. Once request 106 is implemented the > converter or validator can look up the default string with a key. > https://issues.apache.org/jira/browse/ADFFACES-106 -- 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
