I've added some logic to the BaseAction class to automatically register a customer with all the information I already have about them. What I would like to do is then redirect them to the Personal address book page so they can verify and if necessary edit the info i supplied from our other source.
How can I direct someone to a page other than the homepage after login from the BaseAction class? Can you provide an example or a bit of code.
Thank you
You can use the code in the base action but you must do the direct from the action class currently being used.