5 Replies Latest reply on Oct 1, 2007 9:58 AM by ilya_shaikovsky

    scrollable date table: style

    jeergn

      Hello,

      I have the following <rich:scrollableDataTable>:

      <rich:scrollableDataTable frozenColCount="1" width="850px"
       height="400px" id="alleSaetze" headerClass="Tabellenkopf"
       rows="15" columnClasses="sdt_col"
       selectedClass="sdt_row_selected"
       activeClass="sdt_row_selected"
       rowClasses="Tabellenspaltengerade" styleClass="Tabellen"
       value="#{JSFwap.alleSaetzeWAP}" var="liste"
       hideWhenScrolling="true">
      <rich:column sortable="false" width="25px">
       <f:facet name="header">
       <h:outputText styleClass="TabellenKopfButton" value="Pos." />
       </f:facet>
       <h:outputText value="#{liste.whg}.#{liste.position}" id="b" styleClass="TabellenInput" />
      </rich:column>
      <rich:column sortable="false" width="70px">
       <f:facet name="header">
       <h:outputText styleClass="TabellenKopfButton" value="Art.-Nr." />
       </f:facet>
       <h:inputText value="#{liste.artikelnr}" styleClass="TabellenInput" id="t" />
      </rich:column>
      </rich:scrollableDataTable>


      When I look at the page, the style of output/input-text is Standard and not that, which is defined in styleClass="TabellenInput"
      Furter I don't see a blinking cursor in the inputText-tags.

      What is wrong?

      I hope, you can help me.

      Greetings
      Juergen