MyFaces Portlet at Weblogic 8.1 SP5: Request Parameter weren't submitted
------------------------------------------------------------------------

         Key: MYFACES-1311
         URL: http://issues.apache.org/jira/browse/MYFACES-1311
     Project: MyFaces Core
        Type: Bug

    Versions: 1.1.1, 1.1.3    
 Environment: 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
    Reporter: Stefan Gesigora
    Priority: Critical


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. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to