-
Sep 13th, 2010, 11:28 PM
#1
Qyery about Tuckey , WF integration and always-redirect-on-pause
Hello Group,
We have a requirements where Tuckey is being used(for SEO URL ) in SWF based application. The problem is coming due to SWF redirection as the Tuckey URL is getting redirected to physcial URL which is not SEO friendly.
I disabled redirect in webflow-config.xml by setting always-redirect-on-pause as false but as this is at flowexecutor level and so for all flows now redirect is not working. In our application from some pages we would still like to have redirectiong(i.e. PRG pattern) implemented e.g. confirmation page. So the quesitons really is that is it possible to have some portions of flow where redirect still works but for other states redirection is switched off e.g. for landing page redirect is not done but on subsequent states in flow e.g. payment/confirmation redirection works?
After redirect i have used
<input type="hidden" name="execution" value="${flowExecutionKey}">
so flows still work.
I am using Spring Webflow ver 2.0.8 with Spring 2.5.6.
Thanks in advance,
Mridul
-
May 10th, 2011, 05:54 AM
#2
enable redirect attribite on view state in this case as folows :
<view-state id="asdf" redirect="true">
Try this and let me know, in my case it worked.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules