sergebg
Apr 17th, 2006, 10:53 AM
Hello!
I have found the webflow does not support anchors in view names. I have tryed to use the view name of the following kind:
<end-state id="finish" view="flowRedirect:browse#100">
The '#' character is escaped in resulting url, so the view names with anchors do not work.
I have found this problem was in spring-mvc: "Anchors in RedirectViews" (http://forum.springframework.org/showthread.php?t=13632&highlight=redirect+anchor)
There was the issue: SPR-799 (http://opensource.atlassian.com/projects/spring/browse/SPR-799). This issue is resolved.
Is it a problem for the webflow? Can I use anchors by some another way?
Thanks,
Serge
I have found the webflow does not support anchors in view names. I have tryed to use the view name of the following kind:
<end-state id="finish" view="flowRedirect:browse#100">
The '#' character is escaped in resulting url, so the view names with anchors do not work.
I have found this problem was in spring-mvc: "Anchors in RedirectViews" (http://forum.springframework.org/showthread.php?t=13632&highlight=redirect+anchor)
There was the issue: SPR-799 (http://opensource.atlassian.com/projects/spring/browse/SPR-799). This issue is resolved.
Is it a problem for the webflow? Can I use anchors by some another way?
Thanks,
Serge