It seems after the user is logged in he is taken to the MyAccount page. I would like to change it so that if the user is logging in after clicking on checkout it goes to CheckoutDelivery and if they are logging in after clicking My Account then it goes to MyAccount.
Can you give me an idea which actions I should customize - struts-config.xml???
Thanks
worked it out
kkAppEng.setForwardAfterLogin("CheckoutDelivery");