Hi, I have some scenarios where I want to forward to another portal page but allow for public render parameters to be set. However, once I set the public render parameters in the action I am unable to forward to another page. I get the following error.
javax.servlet.ServletException: java.lang.IllegalStateException: sendRedirect no longer allowed after navigational state changes So, my question is, is there a way to set a render parameter and forward to another page in the portal, or am I stuck using the session for this?
