UI-Component Sets

Home » Wiki » MyFaces Commons » MyFaces Commons User Guide

MyFaces Commons Components

MyFaces Commons Components contains non renderkit specific components and code that can be used with any jsf frameworks. It includes:

And some facelet EL functions that comes in handy writing html/javascript/css mixtures:

  • #{mc:findComponent(...)} UIComponent findComponent(java.lang.String)
  • #{mc:findComponentFrom(...)} UIComponent findComponentFrom(javax.faces.component.UIComponent, java.lang.String)
  • #{mc:outputClientId(...)} java.lang.String outputClientId(java.lang.String)