Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.8
-
Fix Version/s: 1.3.9
-
Component/s: None
-
Labels:None
Description
When command objects are processed in 1.3.8 the order of events is:
- Create the object
- Perform data binding
- Perform validation
- Perform dependency injection
That prevents injected beans from being used in a validator. We should change this to:
- Create the object
- Perform data binding
- Perform dependency injection
- Perform validation
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits