Added a note to the JavaDoc regarding problems with using alwaysRedirectOnPause in combination with client-side state saving.

This commit is contained in:
Jeremy Grelle
2008-06-23 15:58:06 +00:00
parent 5788364d69
commit 6f31fd413b

View File

@@ -21,6 +21,9 @@ import org.springframework.webflow.executor.support.RequestParameterFlowExecutor
* or
* {@link #createExternalUrl(org.springframework.webflow.execution.support.ExternalRedirect, String, ExternalContext) external URLs},
* since we're clearly not in a postback situation in those cases.
* <p>
* Also note that the resulting URL could potentially be too long when using JSF client-side state saving mode. In general
* there are issues in trying to use alwaysRedirectOnPause with client-side state saving.
*
* @since 1.0.6
*