Hi,I am attempting to implement a new feature on our site, with code
provided by a vendor. They have provided a .jar and example .jsp files.
I am in the process of converting the jsp to HTL/WCMUsePojo class. In
their .jsp example they have:IXFSDKParameters parameters = new
IXFSDKParameters(request);IXFSDKClient client = new
IXFSDKClient(ixfConfig, response, parameters);From what I have found
online, it appears in my WCMUsePojo class I should be able to get the
request and response objects from g...