Yes there is a method doing that.Here is the snippet .
public void setDtList(List dtList) {
                this.dtList = dtList;
        }

        public List getDtList() {
                return dtList;
        }
        
Ive also uploaded the entire action class. 
http://struts.1045723.n5.nabble.com/file/n3555946/DomainAction1.txt
DomainAction1.txt  

--
View this message in context: 
http://struts.1045723.n5.nabble.com/loading-Dropdown-dynamically-from-database-tp3555885p3555946.html
Sent from the Struts - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to