You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2011/02/23 08:26:10 UTC

svn commit: r1073624 - /myfaces/tobago/trunk/src/site/apt/migration-1.5.apt

Author: bommel
Date: Wed Feb 23 07:26:09 2011
New Revision: 1073624

URL: http://svn.apache.org/viewvc?rev=1073624&view=rev
Log:
hint for removing attributes from UIComponent

Modified:
    myfaces/tobago/trunk/src/site/apt/migration-1.5.apt

Modified: myfaces/tobago/trunk/src/site/apt/migration-1.5.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/migration-1.5.apt?rev=1073624&r1=1073623&r2=1073624&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/migration-1.5.apt (original)
+++ myfaces/tobago/trunk/src/site/apt/migration-1.5.apt Wed Feb 23 07:26:09 2011
@@ -86,6 +86,8 @@ UIComponent Classes
    Some of the UIComponent classes has been renamed or restructured,
    to get a consistent naming schema. The used UIComponents where generated
    and have super classes with an "Abstract" as prefix.
+   All getters and setters are generated in the UIComponent classes.
+   The flowing code will not work in 1.5 <<<uiComponent.getAttributes().remove()>>>. Please set the value to null.
 
    \