Did not work for me. The behavior I observed is that for a logical view named "loginView", the following would issue a 302 redirect to /context-name/loginView:
<view-state id="showView"...
Type: Posts; User: s3rac; Keyword(s):
Did not work for me. The behavior I observed is that for a logical view named "loginView", the following would issue a 302 redirect to /context-name/loginView:
<view-state id="showView"...
I've seen several references for the capability to do a flow execution redirect in SWF 1.x via a view definition like the following:
<view-state id="showView" view="redirect:logicalViewName" />...