Re: [Webwork-user] redirect action
Brought to you by:
baldree,
rickardoberg
From: <ma...@sm...> - 2002-06-25 15:08:45
|
Ok. Thanks for the debug. I'll get this fixed. -Matt On Tue, 25 June 2002, "Taavi Tiirik" wrote > > 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 > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webwork-user |