return new ModelAndView(new RedirectView(urlRedirect));
}
@RequestMapping(value = FoUrls.PERSONAL_EDIT_ADDRESS_URL, method = RequestMethod.GET)
public ModelAndView displayCustomerEditAddress(final HttpServletRequest request, final Model model, @ModelAttribute("customerAddressForm") CustomerAddressForm customerAddressForm) throws Exception {
ModelAndViewThemeDevice modelAndView = new ModelAndViewThemeDevice(getCurrentVelocityPath(request), FoUrls.PERSONAL_EDIT_ADDRESS.getVelocityPage());
final RequestData requestData = requestUtil.getRequestData(request);
final Customer currentCustomer = requestData.getCustomer();
// WE RELOAD THE CUSTOMER FOR THE PERSISTANCE PROXY FILTER
// IT AVOIDS LazyInitializationException: could not initialize proxy - no Session