Feike VisserServlet Code@Component(service = Servlet.class, property =
{Constants.SERVICE_DESCRIPTION + "= Create Profile Servlet",
ServletResolverConstants.SLING_SERVLET_METHODS + "=" +
HttpConstants.METHOD_POST,
ServletResolverConstants.SLING_SERVLET_RESOURCE_TYPES + "=" +
CreateProfile.RESOURCE_TYPE})public class CreateProfile extends
SlingAllMethodsServlet { public static final String RESOURCE_TYPE =
"components/general/profile"; private static final String targetPageUrl
= "/content/smaple....