Hi guys,
I have a problem with my data table, it doesn't display any data, the dataLable tags are not being displayed either.
Here's my code for the
JSF page
When I right click on th browser and view source i get
So I know the bean (as the <tr></tr> are being displayed)is looking for the data but just can't display it for some reason.
My bean is as follow;
So esssentially what I'm doing is displaying data from an ArrayList.
Ignore the fields i.e. displaying the password isn't a good - my intention is just to display something - which I'm obviously not getting very far with.
Can anyone see any probs etc.. in the code I've posted. Any tips, pointers, tutorials etc.. will be appreciated.
Regards
Zein