Hello,
I have created a Java Backed Web Script and it work fine when i run it as part of alfresco. Our alfresco has been integrated into liferay. I would like to put my Web Script into liferay as a portlet. I have been able to do this, however when i add/view the portlet in liferay I get an Illegalstateexception whenever i try to use the res.getWriter().write("some string");
My question is simple. How can i output something from a Java Backed Webscript that is in a portlet?
Thanks,
Lucas