jdbc « Tomcat « JSF Q&A





1. '#{customer.all}' Error reading 'all' on type com.corejsf.CustomerBean] with root cause java.lang.NullPointerException    stackoverflow.com

I googled but can't find a solution for this. It is from Core JSF 3rd. I did: 1) Included JSF Mojarra in Build path. 2) Included MySQL JDBC driver in Build path. 3) Copied MySQL ...

2. JSF 2.0 tomcat 7 No database entry    stackoverflow.com

I need to show in a xhtml web page a database table using Java Server Faces 2.0. The database is a MySQL database and I use JDBC to interact with it. The application ...