3 Replies Latest reply on Jul 23, 2012 11:40 AM by wingman

    how to add space between values in <h:outputText/>

    wingman

      Hi Can any one suggest how to add space between the values

        <h:outputText value="#{car.jobTitle}        #{car.experience}" styleClass="tbc"/>

       

      tried  using   as we use in html but it doesn't worked

       

      also tried handling in java but it desn't work

      <h:outputText value="#{car.jobTitle}  #{car.spacer}  #{car.experience}" escape="false" styleClass="tbc"/>

       

      please suggest.