AEM 6.5 form custom submit not resolving my service
I am trying to create custom submit action and calling my service from from post.POST.jsp similar to below but calling my service inplace of mail.
way i am calling.
core.service.HandleContactForm hf = sling.getService(core.service.HandleContactForm.class);
bundle is active but its not resolving service.
Error is : core.service.HandleContactForm cannot be resolved to a type