Thx a lot, that seems to be exactly what I was looking for !
Type: Posts; User: agrosjea; Keyword(s):
Thx a lot, that seems to be exactly what I was looking for !
In my application, I have an User who contains a field named credit .
In my MVC, I have a ProfileController with an User commandClass. ProfileController controls a view where users can change...
Yes, it works. thx a lot !
My SimpleFormController currently overide
Object formBackingObject(HttpServletRequest request) throws Exception;
and
protected Map referenceData(HttpServletRequest request) throws Exception;...
Actually I found the problem, A spring taglib was missing, so binds were not working and nothing was sent through POST when the form was submitted.
Thx a lot .
Hi, an incomprehensible problem occur with a SimpleFormController object : the onSubmit method is bypassed when I submit my form.
my controller public class BugReporterController extends...