0 Replies Latest reply on Aug 26, 2009 9:13 AM by palani.palanivelsway.gmail.com

    Datatable values

    palani.palanivelsway.gmail.com
      Hi

      Every one how to pass the xhtml datatable value in custom tag;


      This is my Custom code
      //Datatable value
      Datatable value="#{sysCountryList.resultList}"

      // This is my Customtag here i pass the value
      <kt:ListTitle   Heading="CountryList"  DATATABLE="#{sysCountryList.resultList}" />

      //Here i  pass that  Datatable value to other xhtml

      <h:commandLink action="#{reportHome.ExportToPdf('countrylist.jrxml',null,DATATABLE,'countrylist.pdf')}"  target="_blank">
      <h:graphicImage value="../img/PDF_G.jpg" width="20"  height="20" onmouseover="this.src='../img/PDF_O.jpg'" onmouseout="this.src='../img/PDF_G.jpg'" alt="Click to View Country List PDF"/>
      </h:commandLink>



      But the datatable value is null;

      How can i pass that;
      thanks
      jack