KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: sashwill on September 05, 2008, 03:04:25 pm

Title: page navigation
Post by: sashwill on September 05, 2008, 03:04:25 pm
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
Title: Re: page navigation
Post by: pete on September 05, 2008, 03:26:46 pm
You can use the code in the base action but you must do the direct from the action class currently being used.