2 Replies Latest reply on Jun 14, 2009 7:27 PM by clerum

    JSF lower case EL

    nico.ben
      Hi, I am struggling finding a way to get a lowercase string from a component property-
      Status is an ENUM and _inv.status is Uppercase. I want it lowercase, because css style are in lowercase.

      <h:outputText value="#{messages[_inv.status.key]}" styleClass="#{lower(_inv.status)}" />


      Can you give me an hint, please?

      Bye
      Nic