• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

OracleAS Portal - Java portlet - upload/download

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm using OracleAS Portal 10.1.2.0.2 and the oracle portal development kit to develop the portlets. I'm using this to develop a struts based portlet.

1. The parallel page engine in the Portal doesnt seem to support multipart requests which prevents file uploads.

2. The PDK doesnt not supports content type text/* only. Due to this I'm unable to dynamically generate a PDF and write to the response. Since the response from a servlet goes to the PPE and not to the browser doesnt seem to be a way to achieve this in a portal.

Looks like the solution to both these problems would be to have a seperate servlet to upload/download. The user session is not being passed to the servlet even when it resides in the same web app as the portlet. Has anybody successfully resolved this? Could you please help me out?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic