You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2006/08/17 15:56:08 UTC

[Myfaces Wiki] Update of "from ADF to Trinidad" by SimonLessard

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by SimonLessard:
http://wiki.apache.org/myfaces/from_ADF_to_Trinidad

The comment on the change is:
Added notes about component renaming and deprecated components/attributes

------------------------------------------------------------------------------
  }}}
  
  For a detailed list of all renamed components take a look at the [http://wiki.apache.org/myfaces/Trinidad_renaming Components renaming] page.
+ 
+ == Renamed Adf Faces tags Tags ==
+ 
+ Trinidad renamed some of the old ADF Faces component. So, for some components, changing "af:" to "tr:" might not be enough. Make sure to check out ["Trinidad_renaming"] to find out the new names.
+ 
+ == Deprecated components ==
+ 
+ === Menus ===
+ {{{
+ <af:menuBar/>, <af:menuList/>, <af:menuTabs/> and <af:menuTree/>
+ }}}
+ Were merged into a single navigation component: 
+ {{{
+ <tr:navigationPane/>
+ }}}
+ 
+ == Deprecated attributes ==
+ 
+ === Tip ===
+ {{{tip}}} was replaced by the {{{help}}} facet found on most input components. A convenience {{{helpText}}} attribute might be added in the future to make transition between ADF Faces and Trinidad easier.
  
  == The "adfFacesContext" EL object ==