-----Original Message----- From: Gabrielle Crawford [mailto:[EMAIL PROTECTED] Sent: Sunday, August 20, 2006 12:07 AM To: [email protected] Subject: client converters and validators - changes to the public contract
Hi, I have a couple of filed issues that would change the contract for users writing client converters and validators. I don't think these will be controversial but I just wanted to make sure people don't have objections. The goal is that client side converters and validators are as similar as possible to server side converters and validators. 128 means exceptions will be thrown and not returned. I believe returning errors in this way is legacy code from netscape 4.x days! https://issues.apache.org/jira/browse/ADFFACES-128 144 means we will pass the label into getAsObject, getAsString, and validate. Client converters and validators will then be responsible for formatting their own strings, just as they are on the server. We will make a formatting object publicly available. https://issues.apache.org/jira/browse/ADFFACES-144 Please let me know if there are objections. Thanks, Gabrielle
