Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Currently, you have to rewrite all URLs by hand: constructs like "detail.html?_flowExecutionKey=${flowExecutionKey}" clutter every JSP (or other view template).
A possible SWF taglib springs to mind, with a tag similar to <c:url>.
Or perhaps a ServletFilter could override encodeUrl() to magically provide the key, similar to session URL rewriting provided by the default implementation of encodeUrl()? This way, the functionality of <c:url> would not have to be duplicated.
Attachments
Issue Links
- depends on
-
SWF-87 View template support including automatic bookmark-friendly flow URL generation and a <spring:webflow> tag library.
-
- Resolved
-