Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.1.0-M3
-
None
Description
Failing Test case:
1) V2AddlEnvironmentTests_SPEC2_10_ContextOptions_actionScopedRequestAttributes1 - The container runtime option "javax.portlet.actionScopedRequestAttributes" must be supported by the portlet container
2) V2AddlEnvironmentTests_SPEC2_10_ContextOptions_actionScopedRequestAttributes2 - If the actionScopedRequestAttributes option is set to TRUE, request attributes that are set in an action persist until a new action occurs
Problem -
1) Unable to get javax.portlet.actionScopedRequestAttributes from portlet.xml. Other runtime options are available.
2) After setting actionScopedRequestAttributes to "true", attribute (tr2) set in action request doesn't persist till render phase.
Conclusion - This is a bug in pluto or javax.portlet.actionScopedRequestAttributes runtime option is not implemented yet in pluto.