Is there a reason I keep getting this error in my JSP sling templates?
org.apache.sling.scripting.jsp.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 1 in the jsp file: / apps/cms/admin/global/replicate.jsp com.day.crx.j2ee.CRXContext cannot be resolved to a type null
I've tried importing specifically, and even fully qualifying the class name in my JSP code, to no avail.
-Josh
