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 2008/11/02 22:01:19 UTC

[Myfaces Wiki] Update of "forceId" by SimonKitching

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 SimonKitching:
http://wiki.apache.org/myfaces/forceId

The comment on the change is:
Add info about s:globalId

------------------------------------------------------------------------------
  }}}
  Note that the h:dataTable uses just "id", not "forceId".
  
+ = The s:globalId tag =
+ 
+ The Tomahawk Sandbox has a component s:globalId (added 2008-10-30). This suppresses any prefixes for its child components, and therefore can
+ effectively achieve the same effect as tomahawk's forceId attribute, but can be applied to any component (not just Tomahawk ones). Note however
+ that it only works on JSF1.2 or later. Note also that the same issues exist as for the tomahawk forceId feature - so use it only as a last resort,
+ when no other solution can be applied.
+