I have been trying to read a database in my JSF webapp. I am using the code given from BalusC Code blog:
I am working on a Seam app. I am trying to get the ResponseWriter from the FacesContext, but I get a NullPointerException. I can get a FacesContext by calling
NullPointerException
FacesContext context ...