I also had this problem, and tracked it down. It turns out that (at least in my case), the Action class (a subclass of FormAction) was implementing the afterPropertiesSet() method, but it did not...