I still do not know whether there are any API to get outer request, but I have found the
way how to do that. Here it is:
| public static final HttpServletRequest getOuterRequest(JBossRenderRequest request) {
| PortletInvocation portletInvocation = (PortletInvocation) request
| .getAttribute(ContextDispatcherInterceptor.REQ_ATT_COMPONENT_INVOCATION);
| return portletInvocation.getDispatchedRequest();
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001343#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...