ERROR - java.lang.InstantiationException: bean not found within scope at org.apache.jsp.WEB_002dINF.views.._jsp._jspService

Error

java.lang.InstantiationException:bean not found within scope at org.apache.jsp.WEB_002dINF.views._jsp._jspService

Error Type

Runtime

Possible Cause

The specified bean being used in the JSP has not been set or not set within the current scope.

Possible Resolution 

Make sure that the bean object is being set properly within the controller.

or

Make sure that the correct scope has been defined while using the Bean in the JSP.