3 Replies Latest reply on Mar 17, 2009 4:14 PM by nbelaevski

    styleClass does not work on inputText

      I try to change input text field style, but it can not be changed, I keeps looking like Richfaces style. May I know what problem?

      <h:inputText id="username" value="#{identity.username}" styleClass="solid_border" />

      And css

      .solid_border{
      border: 1px solid #808080;
      }


      Thanks.