Hi Arun,Adding the data-sly-use call in my navigation component did not
pass the request object. I was able to get it working by passing
request/response as parameters to my WCMUsePojo class.When I tried data-sly-use in my
template (basepage.html) it does not have the same issue. I am able to
get the correct request/response without passing the parameters.Are
the request/response objects not available when data-sly-use is added in
a component?This is my class below with the parameters code
remov...