Solution - could not be resolved as a collection,
July 7, 2009 at 11:48 AM
Hi All, I'nk, if Struts doesn't find any getter methods in the action class, then it'll generate the error like - The requested list key 'fruits' could not be resolved as a collection/array/map/enumeration/iterator type. Example: people or people.{name} - [unknown location]"
As I's able to solve the above issue by just adding the getters in the specified class.