Hi everyone,
I have successfully configured my CQ project using maven and eclipse and can import, I have followed the steps here : http://dev.day.com/docs/en/cq/5-3/developing/developmenttools/developing_with_eclipse.html
As the document suggests I add all the jar files to my build path but the code completion id not working in my JSP.
For example in my JSP I have
resourceResolver.getResource("/content...");
however when I hit control space I do not see any methods on the resourceResolver object.
Does anyone work this way and be able to give me some tips?
Thanks