| Author |
Remote Portlets and JSF Problem in Weblogic 8.1
|
Adrian Enns
Ranch Hand
Joined: Aug 11, 2004
Posts: 48
|
|
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?
|
 |
Marcos Maia
Ranch Hand
Joined: Jan 06, 2001
Posts: 977
|
|
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.
|
 |
 |
|
|
subject: Remote Portlets and JSF Problem in Weblogic 8.1
|
|
|