Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

JSF h:inputText styleClass not working but OK in Safari and Chrome

  • பதில்கள் இல்லை
  • 1 இந்த பிரச்சனை உள்ளது
  • 2 views

I have a JSF tag <h:outputLabel value="Exposure Currency: " styleClass="default-label"/> <h:inputText value="#{counterpartyBean.countryOfOperationCurrency}" styleClass="info-label" size="32" readonly="true"/>

with a css definition of .info-label {

              font-family:         "Arial, Helvetica, sans-serif";
              font-size:            12px;
              color:                blue;
              float:                left;

} however the css has no effect although it does work in Safari, Chrome, Opera and Lightning

I have a JSF tag <h:outputLabel value="Exposure Currency: " styleClass="default-label"/> <h:inputText value="#{counterpartyBean.countryOfOperationCurrency}" styleClass="info-label" size="32" readonly="true"/> with a css definition of .info-label { font-family: "Arial, Helvetica, sans-serif"; font-size: 12px; color: blue; float: left; } however the css has no effect although it does work in Safari, Chrome, Opera and Lightning