Description
AbstractContainerField#bindRequestValue tries to bind its value to a request parameter and will throw exception if no such parameter is available.
Scenarios I think AbstractContainerField will be used won't normally bind to a request parameter.
bindRequestValue should be an empty implementation and users can override this method if they want to bind request parameter.