Solved
Sling delegation error
- May 18, 2025
- 2 replies
- 471 views
Hello All,
In slingmodel trying to get layoutcontainer models methods, as below
I added below code ContainerImpl
@Self
@2434638(type=Layoutcontainer.class)
Delegate(types=Layoutcontainer.class)
LayoutContainer layoutContainer;
But when I access the getLayout method from htl getting error cannot access method ComtainerImpl.getLayout() it is getting for all the methods of LayoutContianer
Any suggestions for solving this error.
Thanks in advance.