views:

41

answers:

0

Before this i have used the struts 2 select tag successfully, but i am stuck to a problem now, my jsp is throwing an exception due to the select tag, i have created an array list which i am passing to the 'list' attribute of select tag, i have also defined getters & setters for that list and also for the name property element of the select tag, i'm getting following exception again and again for every select tag which i newly create.

org.apache.jasper.JasperException: tag 'select', field 'list', name 'division':
The requested list key 'divisionList' could not be resolved as a collection/array/map/enumeration/iterator type. Example: people or people.{name} - [unknown location]

please help thanks in advanced.