From 5ea93684c5e2c1cad85ed25090aa283840bf36bf Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Mon, 28 Apr 2008 21:56:39 +0000 Subject: [PATCH] polish --- spring-webflow-reference/src/portlet.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflow-reference/src/portlet.xml b/spring-webflow-reference/src/portlet.xml index 84fd72b4..2bcac518 100644 --- a/spring-webflow-reference/src/portlet.xml +++ b/spring-webflow-reference/src/portlet.xml @@ -197,7 +197,7 @@ externalContext.requestMap.portletMode The portlet container passes the execution key from the previous flow when switching to a new mode. Even if the mode is mapped to a different FlowHandler the flow execution will resume the previous execution. - You may switch the mode programatically when processing a flow event or after ending a flow in an ActionRequest. + You may switch the mode programatically in your FlowHandler after ending a flow in an ActionRequest. One way to start a new flow is to create a URL targeting the mode without the execution key.