mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
WW-2013 Backport to 2.0.x
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X@569305 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -293,6 +293,7 @@ public class Jsr168Dispatcher extends GenericPortlet implements StrutsStatics,
|
||||
LOG.debug("Entering render");
|
||||
resetActionContext();
|
||||
response.setTitle(getTitle(request));
|
||||
if(!request.getWindowState().equals(WindowState.MINIMIZED)) {
|
||||
try {
|
||||
// Check to see if an event set the render to be included directly
|
||||
serviceAction(request, response, getActionMapping(request),
|
||||
@@ -303,6 +304,7 @@ public class Jsr168Dispatcher extends GenericPortlet implements StrutsStatics,
|
||||
} finally {
|
||||
resetActionContext();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user