Hi,
Our current implementation invloves passing a serialised object via a GET request to a Sling servlet, it is deserialsed, the object is added as a request attribute and forwarded to a relavent JSP page depending on a property in the object.
This implementation will not work for large amounts of data due to the limitations of HTTP GET. HTTP POST requests do not work in Adobe CQ as it thinks that we are modifing the resource.
We need another way to pass in our object to the Servlet and return HTML. How is this possible/feesable in Adobe CQ?
Thanks,
Ryan