jsf - Datatable paginator is not displayed -


I am creating a very simple database with JSF 2.0 tag data, but for some reason the page pager was not displayed has gone. Why is it like this?

  & lt; P: datable var = "waste" value = "# {resultsController.allGarbage}" pgener = "true" rows = "10" & gt; & Lt; P: column & gt; & Lt; F: Aspect Name = "Header" & gt; & Lt; H: OutputText value = "filename" /> & Lt; / Ch: Aspect & gt; & Lt; H: output text value = "# {garbage.filename}" /> & Lt; / P: column & gt; & Lt; P: column & gt; & Lt; F: Aspect Name = "Header" & gt; & Lt; H: output text value = "description" /> & Lt; / Ch: Aspect & gt; & Lt; H: output text value = "# {garbage.description}" /> & Lt; / P: column & gt; & Lt; P: column & gt; & Lt; F: Aspect Name = "Header" & gt; & Lt; H: outputtext value = "upload date" / & gt; & Lt; / Ch: Aspect & gt; & Lt; H: output text value = "# {garbage.uploadDate}" /> & Lt; / P: column & gt; & Lt; / P: DataTable & gt; Use    

instead of p: dataTable H: datatable .

Endorsement works only with primetime data databases and not with plain JSF datatable.

Comments