9 Replies Latest reply on Sep 18, 2007 6:48 AM by maksimkaszynski

    scrollableDataTable + links

    krasig

      Hi folks,

      I have scrollableDataTable and on every row in column i have link like that:

      <rich:column id="formCode">
       <f:facet name="header">
       <h:outputText styleClass="headerText" value="Make1" />
       </f:facet>
       <h:commandLink action="viewQuestions" style="DISPLAY: block; width: 100%">
       <f:param name="formID" value="#{formRow.id}" />
       <h:outputText id="f_col1_formCode" value="#{formRow.formCode}" />
       </h:commandLink>
      
      </rich:column>


      can you tell me WHY links don't works. same code in dataTable is OK.

      Thanks.