Hi,
I'm upgrading to aem6.4 and r7 annotations in project. We are getting below common error on difference java files on different applications.
the bold lines are the common error that we are getting in different files across difference applications. The line no. 39 has below line only,
Page page = currentPage;
In every application wherever we use currentPage object it throws a error "cannot be resolved to a type".
Below is the java file where i'm facing error,
Environment : AEM 6.4.4
Any suggestion on this would be more helpful.
Thanks,
Velu