The Action parameter is null. I have also tried with this wothout resultpublic void handleRequest(SlingHttpServletRequest req) throws IOException { log.info("handleRequest"); Map<String, RequestParameter[]> map = req.getRequestParameterMap(); for (Map.Entry<String, RequestParameter[]> entry : map.en...