one way of doing it
install velocity, this will allow you to easily access data sent by your formbacking or your referendata methods. It might possible to do that with spring tags but I don't know...
Type: Posts; User: eg; Keyword(s):
one way of doing it
install velocity, this will allow you to easily access data sent by your formbacking or your referendata methods. It might possible to do that with spring tags but I don't know...
all my controllers have a formBackingObject, referenceData and onBindAndValidate, onSubmit methods
I would like after a successful onSubmit to redirect to another formController ( going through...