[
https://issues.apache.org/struts/browse/WW-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41802
]
James Holmes commented on WW-2104:
----------------------------------
Nils-H, I'm not sure if you knew this or not, but Spring MVC is using a similar
dispatcher servlet technique for handling the view for portlets. See this page:
http://www.springframework.org/docs/reference/portlet.html
Section 16.3. The ViewRendererServlet explains this.
> Need to create StrutsRequestWrapper objects to resolve request attributes
> from the value stack
> ----------------------------------------------------------------------------------------------
>
> Key: WW-2104
> URL: https://issues.apache.org/struts/browse/WW-2104
> Project: Struts 2
> Issue Type: Bug
> Components: Portlet Integration
> Reporter: Nils-Helge Garli
> Assignee: Nils-Helge Garli
> Fix For: 2.1.0
>
>
> Since there is no wrapping of the render request when dispatching to the
> JSPs, request attributes will not be resolved from the value stack, and tags
> such as displaytag won't work unless objects are explicitly put on the
> request as an attribute.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.