Does anyone have an example of a portlet that use resource urls? How about one that makes use of Ajax?
Thanks,Millisa
I guess that if you take a normal portlet request url and replace template.PAGE by template.BINARYPORTLET and action.process by resource.process then it would become resource url and you can use it for ajax too.