posted 12 years ago
Hi....
I am doing DWP in Struts2.0 with Hibernate and i have two tables Country and State
when i want to add State then in the AddState.jsp file the List of Country is not i am able to getting error is occured like
org.apache.jasper.JasperException: tag 'select', field 'list': The requested list key 'countryList' could not be resolved as a collection/array/map/enumeration/iterator type. Example: people or people.{name} - [unknown location
i want to load all country in select tag in AddState.jsp file when i am run the AddState.jsp File
Please help me......