-
1. Re: How to Display more than one Rich:DataTable in single page?
michpetrov Jul 31, 2017 9:29 AM (in response to krish_nyk)If you need to pass some implicit values into components then c:forEach is not the way to go, use ui:repeat.
-
2. Re: How to Display more than one Rich:DataTable in single page?
krish_nyk Aug 1, 2017 12:01 AM (in response to michpetrov)thanks for the reply..Already tried ui:repeat but it is not working..in c for each atleast one time data table showing, with ui:repeat nothing is displayed as result
-
3. Re: How to Display more than one Rich:DataTable in single page?
michpetrov Aug 1, 2017 5:24 AM (in response to krish_nyk)It works for me, what version of JSF/RichFaces are you using?
-
4. Re: How to Display more than one Rich:DataTable in single page?
krish_nyk Aug 1, 2017 6:28 AM (in response to michpetrov)JSF 2.0 and RichFaces 4.0.2
-
5. Re: How to Display more than one Rich:DataTable in single page?
michpetrov Aug 1, 2017 7:04 AM (in response to krish_nyk)You're using a fairly outdated version of RichFaces, can't you upgrade? It's certainly possible that it doesn't work with the old version.
One thing I remember is that your bean needs to be ApplicationScoped otherwise there might be issues with ui:include. You can also try not using ui:include and put the table code into the page, if it doesn't work even then you have a different problem.