Solved
Cant we use ValueMapValue with @Model(adaptables=Resource.class) ?
Hi Team
Cant we use ValueMapValue with @Model(adaptables = Resource.class) ?
Should it be with
@Model(adaptables = SlingHttpServletRequest.class
Hi Team
Cant we use ValueMapValue with @Model(adaptables = Resource.class) ?
Should it be with
@Model(adaptables = SlingHttpServletRequest.class
Yes we can use ValueMapValue with both Resource and SlingHttpServletRequest. Infact, its the recommended way to access properties of a component
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.