Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Release 1.6
-
Component/s: ActionBean Dispatching, Validation
-
Labels:None
Description
Sometimes, crazy schlubs like myself would like more concrete ability to insert arbitrary logic in the event of @StrictBinding filtering off request parameters from binding. If the StrictBinding facility were enhanced to optionally throw a RuntimeException, then I would be able to create an ExceptionHandler to perform said arbitrary logic. Does that sound like a workable idea?
Added patch for throwing Exception when in debug mode. Please comment if this is not the preferred solution