Hi Norberto,
I checked the result of editDataPageUrl.toString() method–> “/spa.configManagement.Password.page?wmp_tc=11317&wmp_rt=render&wmp11289.ServerNamePerf=ESBGATEWAY” which is the correct url for the requested page with the post data.
I have also checked the result of editDataPageUrl.getBaseUrl() method–> “/spa.configManagement.Password.page” this url missing the post data.
But still i am getting the same error in both case and when I looked into the API:-
"
[color=blue]public abstract void redirect(java.lang.String url)
throws java.io.IOException
Redirect a request to the specified URL, and cause the responseComplete() method to be called on the FacesContext instance for the current request.
Servlet: This must be accomplished by calling the javax.servlet.http.HttpServletResponse method sendRedirect().
Portlet: This must be accomplished by calling the javax.portlet.ActionResponse method sendRedirect().
Parameters:
url - Absolute URL to which the client should be redirected
Throws:
java.lang.IllegalArgumentException - if the specified url is relative
java.lang.IllegalStateException - if, in a portlet environment, the current response object is a RenderResponse instead of an ActionResponse [/color]"
Not sure how to manupulate response object here or convert it to ActionResponse.
#webMethods-BPMS#MWS-CAF-Task-Engine#webMethods