Hide component decoration divs in a sightly component
I am dropping my component(sightly) inside a parsys. The component gets wrapped by auto-generated wrapper divs.
when cq:noDecoration is set to true, the component becomes non-editable.
P.S. None of the below mentioned code snippets in the activate method of wcmpojo class seem to work :
IncludeOptions.getOptions(request, true).forceSameContext(Boolean.TRUE);getComponentContext().setDecorate(false);getComponentContext().setDefaultDecorationTagName("");getComponentContext().setDecorationTagName("");
Any suggestions?