1

I am using apache fileupload in the form for portlets. I noticed that the class PortletFileUpload serves only action requests. I am using JSR286 and I want to call serveresource method whenever I click submit button. Is this possible or is there any work around to achieve this ?

user525146
  • 3,918
  • 14
  • 60
  • 103
  • You can follow the article [link](http://www.softwareorbit.com/documentation/portlets/using-resource-url-for-ajax) to send request to serveResource method from your jsp. Not sure if typecasting ResourceRequest object to ActionRequest would help. – mod Sep 17 '12 at 07:29

0 Answers0