Matt,

The only issue left with redirect action is when somebody
uses it as a result view of another action.

I used to have in my views.properties file:

    someaction.action=SomeAction
    someaction.success=redirect.action?url=anotheraction.action

This does not work after introducing action chaining but it can
be made to work by making sure that view definition does not
end with '.action' or whatever ones "webwork.action.extension"
is set to.

So, I have modified my success views to something like this:

    someaction.success=redirect.action?url=anotheraction.action&a

... and it works again.

thanks,

with best wishes,
Taavi




-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to