1 Reply Latest reply on Apr 25, 2007 6:07 PM by sergeysmirnov

    A4J:poll + tr:table style reRender problem

    milenkovic.m

       

      . . .
      <tr:form id="statusForm">
      <a4j:poll reRender="statusTable"></a4j:poll>
      <tr:table id="statusTable" value="#{cardControler.referenceForMainKey}" var="var" rowBandingInterval="1" width="100%" inlineStyle="overflow: auto;height:150px" >
       <tr:column headerText="Status" align="center">
      </tr:column>
      . . .
      </tr:table>
      </tr:form>
      . . .
      

      On poll reRender (<a4j:poll>) trinidad table style is not rendered. I tried to put it in <a4j:region>.
      I'm using folowing libraries:
      trinidad-api-1.0.1-incubating-SNAPSHOT.jar (24-04-2007)
      ajax4jsf.jar (1.1.0)
      myFaces (1.1.4)
      

      Is this a feature or is it a bug? :)