This commit is contained in:
Keith Donald
2008-03-23 04:40:48 +00:00
parent dc99331767
commit 0cb878f09e

View File

@@ -87,6 +87,7 @@ class MvcView implements View {
model.put("flowExecutionKey", context.getFlowExecutionContext().getKey().toString());
model.put("flowExecutionUrl", context.getFlowExecutionUrl());
model.put("currentUser", context.getExternalContext().getCurrentUser());
// TODO expose flow context to mvc view
try {
view.render(model, (HttpServletRequest) context.getExternalContext().getNativeRequest(),
(HttpServletResponse) context.getExternalContext().getNativeResponse());