NullPointerException « RichFaces « JSF Q&A





1. java.lang.NullPointerException at com.sun.faces.renderkit.RenderKitUtils.getCommandLinkOnClickScript    stackoverflow.com

I have a managed bean declared in session scope. There is a drop down of years and a submit button. The page works fine when I try to run the report ...

2.  NullPointerException on Node Click    stackoverflow.com

I am using JSF2.0 with Richfaces 4.0.0.Final for a web application. I have a im using for navigation. When I click on a node in the tree my ...

3. How to check Null value for Date Object    stackoverflow.com

I am using JSF 2.0 and RichFaces 3.3. In my View user will pich a date from a calendar. Tag used is <rich:calendar>. This is mapped in backing bean with Date ...