Can you put the chunck of your struts.xml in which the action is
defined?

-----Original Message-----
From: JavaNoobie87 [mailto:vivek...@enzentech.com] 
Sent: Monday, March 14, 2011 2:59 AM
To: user@struts.apache.org
Subject: RE: loading Dropdown dynamically from database

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-da
tabase-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


Internet communications are not secure and therefore Banco
Santander International does not accept legal responsibility for
the contents of this message. Any views or opinions presented
are solely those of the author and do not necessarily represent
those of Banco Santander International unless otherwise
specifically stated.

Las comunicaciones v'ia Internet no son seguras y, por lo tanto,
Banco Santander International no asume responsabilidad legal
ni de ning'un otro tipo por el contenido de este mensaje.
Cualquier opini'on transmitida pertenece 'unicamente al autor y
no necesariamente representa la opini'on de Banco Santander
International, a no ser que est'e expresamente detallado.

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

Reply via email to