Thin action proxy that delegates to a method on an arbitrary bean. The bean
instance is managed locally by this Action in an instance variable.
author: Keith Donald
Creates a bean invoking action that invokes a method on the specified bean.
The bean may be a proxy providing a layer of indirection if necessary.
Parameters: bean - the bean to invoke