I had this same problem, the "No bean specified" error --
-- in a case where I was using a indexed sub-form properties. In order set a property like childForm[0].field1, Struts has to get a ChildForm instance from a call to
I was quietly returning null if no form instance was found at index i.
I changed my code from:
to: