Hi Guys,
I am reading from a database(SQL Server 2012) and storing that information in a ResultSet. I am then trying to display that information using a DataTable. The problem is, only some of the information is being displayed and I can't figure out why.
Here is my managed bean
And this is my
JSF code
Any ideas? The ID and the commandLinks are being displayed but the Client is not.
Edit: I don't have a lot of experience with JSF so any tips are welcome