2 Replies Latest reply on Aug 6, 2007 5:30 AM by krasig

    <dataTavle> and <a4j:support>

    krasig

      Hi,
      I have

      <rich:datatable .....>
       <a4j:support event="onRowClick"
       action="#{muBean.getDetails}" id="baihuy"/>
      <rich:column ...
      ...
      


      and in myBean

      public String getDetails(){
      
       ....
       return "getDetails";
       }


      so, when user click on the row of table must be opened new page, but this work fine only with IE.
      In Firefox i see only white blank page.

      Some ideas?