• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Remote Portlets and JSF Problem in Weblogic 8.1

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I currently have a JSF web application in which I have created a Java portlet (call it portlet ABC) to access some functionality. This web application is WSRP enabled.

I have another application that is a portal application, where I have created a remote portlet that looks at the portlet (Portlet ABC) I have created in my JSF web application mentioned above.

When I deploy my portal application the remote portlet appears to render the JSF portlet correctly, but when I try to perform an action, nothing happens and the console displays the following message:

"One of the getParameter family of methods called after reading from the ServletInputStream. Not merging post parameters."

Has anyone experienced this problem? Any clues as how to fix it?
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

weblogic 8.1 is J2EE 1.3 spec. compliant, JSF is J2EE 1.4, I�m not sure about this working correctly anyway under weblogic 8.1. I would wait Weblogic 9 - Diablo in a stable release to try that.

just my 2c.
 
Popeye has his spinach. I have this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic