Bogdan Ghidireac wrote: > Is it possible to define the url from "redirect.action?url=..." at runtime > (during the execution of my action) ?
Yes. One way to do it is to simply call the redirect action from within your action, i.e. instantiate using ActionFactory, setUrl(), execute(). Probably easiest. /Rickard -- Rickard �berg Author of "Mastering RMI" Chief Architect, TheServerSide.com The Middleware Company - We Build Experts! _______________________________________________ Webwork-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webwork-user
