What you can do is create hidden field in dialog and retrieve in jsp asString hiddenValue = properties.get("./hiddenfield", "some default value"));Node node = currentPage.getContentResource("jcr:content").adaptTo(Node.class);node.setProperty("hiddenPropName", hiddenValue);Session session = node.getS...