Re: Pretty mapping of actions

2009-11-25 Thread Alex Siman
) > public String add(@Valid AppointmentForm appointment, BindingResult > result) { > if (result.hasErrors()) { > return "appointments/new"; > } > appointmentBook.addAppointment(appointment); > return "redirect:/appointments&quo

Pretty mapping of actions

2009-11-16 Thread Alex Siman
h. Maybe it can be rewritten to allow map actions like in examples above? -- View this message in context: http://old.nabble.com/Pretty-mapping-of-actions-tp26382540p26382540.html Sent from the Struts - Dev mailing list archive at Nabble.com. -