Thanks Marten
I really appreciate your response. I'm delighted to hear that we don't need a dedicated bean for each form.
I was able to use User as the form as so:
The form:
<form:form...
Type: Posts; User: NameNotTaken; Keyword(s):
Thanks Marten
I really appreciate your response. I'm delighted to hear that we don't need a dedicated bean for each form.
I was able to use User as the form as so:
The form:
<form:form...
I don't quite understand the question but, would
return new ModelAndView(this.getFormView(), "guestbook", model);
not do the trick?
Hi All
I'm relatively new to Spring Web MVC 3 but I'm pretty ok with using it so far.
Apologies if this has been asked/answered before but google is not returning much for me.
I'm using...