I am populating text field field value in the current page with a component in sightly with design dialog:
I have a helper class and a model class. In a helper class I call : getResource().adaptTo(ModelClass.class); in the activate method for a normal dialog. How do I do it for design dialog ?