Resizable JSF Components Using PrimeFaces
Introduction
Whenever I surf the net, I used to ponder whether there is any options that allows the end user to resize the components of a web application developed in JSF. But in all this failed to discover a component like that. But now Primefaces has got the option to resize any components in JSF. Once again I was impressed at the peculiar features of Primefaces which has a resizable component that has the ability to resize all the components of JSF. Even I tried this out in Richfaces Panel, this worked without any conflicts. In this article I am going to explain how to implement a resizable option for the Richfaces panel and data table columns. This would be helpful to see the long data((ie)Wrapped data) in the column of a data table.
Good to know that it works for RichFaces Panel too.
Yes of course. One of the peculiar features of Primefaces is compatible with other component libraries like Richfaces. You don’t believe even the ajax integration part works without any conflicts. Have a try on it!!
Now, would the Primefaces dataExporter be capable of exporting the contents of a RichFaces dataTable?
Yes of course DataExporter functionality can be extended to rich faces components also…