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 2010/03/22 23:41:46 UTC

from_ADF_to_Trinidad reverted to revision 80 on Myfaces Wiki

Dear wiki user,

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

The page from_ADF_to_Trinidad has been reverted to revision 80 by MinLu.
http://wiki.apache.org/myfaces/from_ADF_to_Trinidad?action=diff&rev1=84&rev2=85

--------------------------------------------------

  {{{
  xmlns:af="http://xmlns.oracle.com/adf/faces"
  }}}
- to 
+ to
- 
- {{{
- xmlns:tr="http://myfaces.apache.org/trinidad"
- }}}
- == JSF Tags ==
- ===== The following table is based on comparing Trinidad 1.2.2-branch against 10.1.3.3 JDEVADF_10.1.3.3.0_NT_070619.1129.4157 =====
- ||'''''10.1.3 Tag''''' ||||<style="text-align: center;">'''''Trinidad Tag''''' ||||<style="text-align: center;">'''''Attributes in 10.1.3 but not in Trinidad''''' ||||<style="text-align: center;">'''''Attributes in Trinidad but not in 10.1.3''''' ||||<style="text-align: center;">'''''Facets in 10.1.3 but not in Trinidad''''' ||||<style="text-align: center;">'''''Facets in Trinidad but not in 10.1.3''''' ||
- ||attribute ||||<style="text-align: center;">f:attribute ||||<style="text-align: center;">N/A ||||<style="text-align: center;">N/A ||||<style="text-align: center;">N/A ||||<style="text-align: center;">N/A ||
- 
- 
- ||commandMenuItem ||||<style="text-align: center;">commandNavigationItem ||||<style="text-align: center;2 }}} to
  
  {{{
  xmlns:tr="http://myfaces.apache.org/trinidad"
@@ -327, +316 @@

    </tr:document>
  </trh:body>
  }}}
- 
- ||=====use cases===== ||||=====supported?===== ||
- ||navigation rules defined in adfc-config.xml ||||<style="text-align: center;"> ||
- ||trinidad page --> trinidad page POST (useWindow=false) ||||<style="text-align: center;">Yes ||
- ||trinidad page --> trinidad page POST (useWindow=true) ||||<style="text-align: center;">No ||
- 
  
  = 2.) XML configuration =
  == web.xml ==
@@ -1039, +1022 @@

  ||!ExtendedRenderer ||||<style="text-align: center;">!ExtendedRenderer ||||<style="text-align: center;">!ExtendedRenderer implements !LifecycleRenderer, see !LifecycleRenderer changes below ||
  ||!LifecycleRenderer ||||<style="text-align: center;">!LifecycleRenderer ||||<style="text-align: center;">all methods now return a boolean indicating whether the lifecycle was processed ||
  ||UIX!ComponentBase ||||<style="text-align: center;">UIX!ComponentBase ||||<style="text-align: center;">addAttributeChange(!PropertyKey attribute, java.lang.Object attributeValue)  is removed, use addAttributeChange(java.lang.String attributeName,  java.lang.Object attributeValue) ||
+ ||UIX!ComponentBase ||||<style="text-align: center;">UIX!ComponentBase ||||<style="text-align: center;">getLocalClientId is removed on UIX!ComponentBase. In cases where you are using UIX!Collection you can call getContainerClientId() instead. ||
+ ||UIX!SelectInput ||||<style="text-align: center;">UIX!SelectInput ||||<style="text-align: center;">UIX!SelectInput.ACTION_KEY  removed, use UIX!SelectInput.ACTION_EXPRESSION_KEY ||
  
  
- ||UIX
+ == internal package ==
+ An ''adfinternal'' package, which has been changed to ''trinidadinternal'';  no migration will be available for any code using these APIs, as they were were not supported for use by clients.
  
+ == JSF 1.2 support in Trinidad ==
+ This wiki has details on JSF 1.2 and Trinidad:
+ 
+  * http://wiki.apache.org/myfaces/Trinidad_and_JSF_12
+ 
+ The JSF RI version used in ADF Faces 10.1.3.x is different than the JSF RI version used in Trinidad.   f:convertDateTime with pattern attribute that evaluated to null use to return null. With latest JSF RI, f:convertDateTime with pattern attribute that evaluates to null returns an empty string. The JSF RI bug can be seen here: https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=323
+