Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

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

  • אין תגובות
  • 1 has this problem
  • 5 views
  • Archived

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