Commit Graph

17 Commits

Author SHA1 Message Date
Lukasz Lenart e60119436a WW-4632 Uses proper DTD version 2016-06-12 13:10:49 +02:00
Lukasz Lenart 2b4d37908d Drops reference to dropped interceptor 2015-10-30 09:52:09 +01:00
Johannes Geppert 50ae859dab WW-4505 Add plugin to support bean validation
- Remove pre configured interceptor stack to use bean validation with rest plugin because this causes conflicts when rest plugin is not used
2015-10-05 20:09:55 +02:00
Johannes Geppert f819486c34 WW-4505 Add plugin to support bean validation
- Add pre configured interceptor stack to use bean validation with rest plugin
2015-09-24 19:59:35 +02:00
Johannes Geppert 775c82a743 WW-4531- Improve javadoc to be compatible with more strict JDK8 javadoc standard 2015-07-24 20:27:31 +02:00
Johannes Geppert eb564a25e1 Fix wrong closing HTML tags in javadoc comments 2015-07-16 22:02:21 +02:00
Lukasz Lenart 586f770d30 WW-4439 Drops support for do prefix in methods 2015-06-21 11:37:28 +02:00
Lukasz Lenart e2347f165c WW-4077 Moves ValidationAware interface into proper package 2015-06-18 11:33:49 +02:00
Johannes Geppert 9e95d79294 Remove provider class generic to fix compile error which breaks the build 2015-06-14 13:51:26 +02:00
cnenning 372ce960e2 using ObjectFactory instead of Class.forName() 2015-06-12 10:30:38 +02:00
cnenning 8128ca6b60 small updates to logging 2015-06-12 10:28:44 +02:00
cnenning f20570a470 added testcase for action with method prefixed by 'do' 2015-06-10 14:50:16 +02:00
cnenning c82b4d9691 fixed some typos in javadoc 2015-06-10 14:34:59 +02:00
cnenning f03969dad8 fixed some generics related warnings and did a little re-formatting 2015-06-10 14:27:17 +02:00
Johannes Geppert dbde75221e Add test cases for ModelDriven action, standard actions and FieldMatch validator 2015-05-27 20:07:08 +02:00
Johannes Geppert 7fe362884b WW-4505 Add plugin to support bean validation
Add bean validation test with hibernate validator on an model driven action
2015-05-26 21:33:49 +02:00
Johannes Geppert 95da4e341f WW-4505 Add plugin to support bean validation
Add first implementation of the new bean validation plugin.

This plugin is based on the plugin from Umesh Awasthi:
https://github.com/struts-community-plugins/jsr303-validator-plugin
2015-05-26 20:39:30 +02:00