public String execute()
{
if (!isInputError())
{
if (holidayBookingId == null) throw new StaleSessionException();
HolidayBooking holidayBooking = holidayBookingService.getHolidayBooking(holidayBookingId);
form.setBooking(holidayBooking);
//add support for selecting a leave type
form.setLeaveTypes(holidayBookingService.getLeaveTypes());