How to return Sling model from Servlets and use same model using HTL?
Hi All,
I have a Model which I refer in Sling servlet. How do i return this same model from my servlet in my HTML using HTL. I dont' want to do a ajax calls as this model has large data which should be processed at server end only. This Model's data is based on the request , therefore it should be returned from the service only.
Thank you in advance.
