Hello, thank you for your answer.Somehow i cannot do
resourceType = PageImpl.RESOURCE_TYPE
Because my IDE doesnt recognize it.
public class MyModel extends ModelJsonExporter implements ComponentExporter{
Could be because my model definition?
Hello everyone,im trying to export my model with @exporter.Somehow is not working and i guess it cold be because resourcetype.My model is for "pageanalytics" so the resourcetype should be something like:myapps/components/structure/pagebecause my model is called in head.html which is in page.If i rem...
Hello everybody, i'm using AEM 6.4.Now i know the captcha component from form is deprecated due security issues.I also know there is some guide to make a reCaptcha from google.What about a custom Captcha? Any suggest? I found nothing in this forum except cq5.Do you have any idea?
This is the way i was achieving it.I just wanted to understand if there was something else we could work with. Like Component A taking values directly from Component B.Thats all ^^By the way, thanks that was the answer
Exactly. That's the problem. 2 or more same components will generate a random suffix.I was thinking about java, get parents node and then pick everything called "card * something". Then get every subtitle property value and put in an array.This thing must refresh everytime in case author drop compon...
I already checked that. It works because it replicate the fields. But my need is to populate those fields dynamically from the other dialog.I try to explain better.I have page.I drop my component lets say "Card". It has 5 fields in the dialog that the author can change.Then i drop my componet called...