I'm using NetBeans 6.9.1, PrimeFaces 2.2RC1, JSF2, whatever Glassfish that comes w/ 6.9.1.
I'm trying to get past this error and cannot figure it out despite multiple internet searches on the topic.
Below are the code samples:
JSF2:
ManagedBeanCode:
Error Message from the GlassFish server:
The web page shows 10 patients initially. Checking the server log, the 8772 patients are documented in the System.out.println (this is correct). This also is the first page w/ first = 0 and pagesize = 10. Error comes when I either click an entry or I click the next button on the paginator.
If I 'redeploy' the app w/o any changes, the server log shows the following error messages w/o my interacting w/ the app at all:
Any help/ideas would be appreciated. I've not been able to determine what is causing the null pointer exception that shows w/ redeployment...
Thanks in advance...