Details
Description
noted in the forum: http://www.icefaces.org/JForum/posts/list/0/3099.page#14950
FacesContext.getCurrentInstance().getExternalContext().getRequestMap().put(name,
value); isn't working.
* to be verified
FacesContext.getCurrentInstance().getExternalContext().getRequestMap().put(name,
value); isn't working.
* to be verified
Issue Links
- blocks
-
ICE-1118 Support NetBeans Visual Web Pack (VWP)
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
issue.field.bugzillaimportkey | 1100 | 12343 |
Status | Resolved [ 5 ] | Closed [ 6 ] |
seems to be the same failure for netbeans vwp as well.
The bug lies in BridgeExternalContext.getRequestMap.
Inside, com.sun.faces.application.ApplicationAssoicate -->
scopeIsRequest ()
context.getExternalContext().getRequestMap().put(managedBeanName, bean);