Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 7 (100.0%) | 140 (100.0%) | 20.0 |
classes/org/makumba/controller/http/ | 1 (14.3%) | 98 (70.0%) | 98.0 |
classes/org/makumba/controller/html/ | 1 (14.3%) | 21 (15.0%) | 21.0 |
servlet_context/WEB-INF/ | 1 (14.3%) | 12 (8.6%) | 12.0 |
classes/org/makumba/view/jsptaglib/ | 3 (42.9%) | 8 (5.7%) | 2.6 |
classes/org/makumba/controller/ | 1 (14.3%) | 1 (0.7%) | 1.0 |
fixed bug 190 (Submit of add/newForm: limit to one submittal max?)
if you want to limit the submittal max to one you have to put the attribute multipleSubmitMsg inside <mak:newForm or <mak:addForm...
The msg is available via <mak:response
if you don't add multipleSubmitMsg attribute then the check will not take place.
140 lines of code changed in 7 files: