Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Later
-
1.1.1, 1.1.3
-
None
-
None
-
Win XP, jdk 1.4.2, Weblogic 8.1 SP 5 Portal Server, MyFacesPortlet, Tested with MyFaces 1.1.1 and MyFaces 1.1.3
Description
While using MyFaces in a portlet at the Weblogic 8.1 SP5 Portal Server the navigation doesn't work in the right way:
per "FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap()" I can't get the request parameters
(submitted via commandlink/commandbutton parameter or another parameter via hidden field f.e.)
If I added an actionlistener to the commandlink (additionally) TWO
requests were submitted:
The first with all the correct params and the second without these
params...
I've tried the whole thing with client- and server-save-state: no
differences.
Looking in the internals of the requestParameterMap I saw that my wanted
params are only request params but not portlet request params.
This problem with the two requests were solved putting my backing-bean into the session.