Passing parameter from one component to other component
Hello Everyone,
This is part of dynamicComponent.html component. Calling other component: helloworld by passing the param.
<div data-sly-resource="${ 'sample' @ resourceType='abc/components/helloworld', appendPath='/*', decorationTagName='div',
cssClassName='new section aem-Grid-newComponent',param='testParam'}"
data-sly-test="${(wcmmode.edit || wcmmode.preview) }"></div>
So, in hellowowrld.html, how can I get the param value?
Similarly, how can i pass the param in data-sly-include case?
Thanks
