Sightly : request scope variable
I have to use below mentioned ProductUse class in 6 different components in a same template.
<sly data-sly-use.productUseBean="com.training.use.ProductUse">
As of now i am defining this all the components.
How to define it once in template level and use it for different components?
Thanks in advance,
Divya