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?
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?