Description
I had an action in Base pageflow controller which takes no form bean object
I had the same action in the Derived Page Flow controller which extends the base and takes form bean object
It is always going to the Base class. It does not go to derived class action