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.
I think this is a really good idea that could help a lot of people using Webflow. Why hasn't there been any action on this in the (more than a) year since it's been reported ?
Andreas Schildbach opened SWF-116 and commented
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")
2 votes, 3 watchers
The text was updated successfully, but these errors were encountered: