Am trying to call render method after the serverResource
method in my portlet
(GenericPortlet
). Unfortunately any of my trials does not succeed. I tried resourceResponse.createRenderURL()
. But the formed seems to be incomplete and my default view is not getting rendered.
I could see resourceResponse.isCommitted()
method is returning a false in the logger. Even the logger is not getting printed. Am using WebSphere portal v7. Please suggest how do I proceed, Thanks in anticipation.
You can refer to the below site, where they had the same issue, but none of the approaches are working in my scenario.
How to make the ResourceResponse to forward the request to error page in liferay portlet